Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyBib Toolbar", "version": "0.7.8", "manifest_version": 2, "background": { "scripts": [ "libs\/jquery-1.8.2.min.js", "js\/background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/easybib_toolbar_button_16.png", "default_title": "Click to see if this source is credible", "default_popup": "easybib_popup.html" }, "description": "Cite web sites with one click using the EasyBib Toolbar and receive advice on the credibility of the web site you're citing.", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest" ] }