Click Configure
Configure your click actions. Open bookmark in foreground tabs.
What is Click Configure?
Click Configure is a Chrome extension developed by UFS, and its main feature is "Configure your click actions. Open bookmark in foreground tabs.".
Extension Screenshots
Download Click Configure Extension CRX File
Download Click Configure extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Click Configure |
ID | dnchcacjapjcjegmpmpgmhaeajjojlnk |
Official URL | https://chromewebstore.google.com/detail/click-configure/dnchcacjapjcjegmpmpgmhaeajjojlnk |
Description | Configure your click actions. Open bookmark in foreground tabs. |
File Size | 32.11 KB |
Installation Count | 36 |
Current Version | 1.0.0 |
Last Updated | 2017-08-10 |
Publish Date | 2017-08-09 |
Rating | 5.00/5 Total 4 Ratings |
Developer | UFS |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "background_page\/background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "lib\/jquery-1.3.2.min.js", "content_script\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';", "description": "Configure your click actions. Open bookmark in foreground tabs.", "icons": { "128": "icons\/mouse.png" }, "browser_action": { "default_icon": "icons\/mouse-32.png" }, "name": "Click Configure", "options_page": "options_page\/options.html", "permissions": [ "tabs", "bookmarks" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0" } |