在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:bookieio/bookie-firefox开源软件地址:https://github.com/bookieio/bookie-firefox开源编程语言:CSS 72.0%开源软件介绍:Bookie-FirefoxThe goal is to setup an extension that enables using Bookie with Firefox. Current development releaseYou can test the current build by heading to http://files.bmark.us/bookie.xpi. Note that this is alpha quality and most functions don't work. Currently you get a widget in the add-on bar and can save a bookmark once you've set your preferences. We've started to submit the extension to Mozilla for review at: https://addons.mozilla.org/en-US/firefox/addon/bookie/ Setting upOnce you check out from git, you'll need to get the external dependencies, the firefox sdk and the Bookie static library collection. You can get both of these using the Makefile. $ make all If you want to test against update versions you can fetch the latest by cleaning and making again. $ make clean $ make all Activating the sdkOnce the sdk is installed, you have to activate that virtualenv. Right now it's a bit of a pita, you have to cd to the sdk dir, activate, and then back out again. cd sdk source bin/activate cd ../ Running the testsThe tests require that the sdk be activated. You can run them with the Testing the extensionYou can load a new Firefox window with the extension loaded with Alternatively, you can run cd src cfx xpi Open the Firefox browser and point the url to about:config. Add a new key with name : "extensions.sdk.console.logLevel" and key: "info" to set the required logging level. Hit Ctrl/Cmd + Shift + A to open the Add-On Manager. Install the extension manually by clicking the gear icon and selecting "Install Add-on from File..." You may access the Add-On Manager using Tools -> Add-ons. After the extension has been installed, hit Ctrl/Cmd + Shift + J to bring up the Browser Console that houses all the log messages. You may access the Browser Console using Tools -> Web Developer -> Browser Console. Known limitations/issues
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论