Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "efTwo (F2) - Advanced Find on Page", "version": "1.4", "description": "Find one or more words on a page and don't worry about their connection or inflection (replacing the glass = replaced all glasses)", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self';", "background": { "page": "background.html" }, "icons": { "16": "ff_16.png", "48": "ff_48.png", "128": "ff_128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "ff_19.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "Snowball.min.js", "common.js", "compiled.js" ], "css": [ "boxStyle.css" ] } ], "options_page": "settings\/settings.html" }