Focus: Batch Open & Close Websites
This extension opens predefined websites on click, and closes non-listed domains on double-click.
What is Focus: Batch Open & Close Websites?
Focus: Batch Open & Close Websites is a Chrome extension developed by Ke Fang, and its main feature is "This extension opens predefined websites on click, and closes non-listed domains on double-click.".
Extension Screenshots
Download Focus: Batch Open & Close Websites Extension CRX File
Download Focus: Batch Open & Close Websites 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
One click: Open all predefined websites. Double click: Close all listed websites and sub-domains.
Extension Basic Information
Name | Focus: Batch Open & Close Websites |
ID | ognammebbnhnkdnbndjgphgglepkaaka |
Official URL | https://chromewebstore.google.com/detail/focus-batch-open-close-we/ognammebbnhnkdnbndjgphgglepkaaka |
Description | This extension opens predefined websites on click, and closes non-listed domains on double-click. |
File Size | 40 KB |
Installation Count | 65 |
Current Version | 1.0.1 |
Last Updated | 2023-08-03 |
Publish Date | 2023-07-30 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Ke Fang |
[email protected] | |
Payment Type | free |
Help Page URL | https://twitter.com/immazzystar |
Supported Languages | en,fr,nl,es,ru,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.1", "default_locale": "en", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "tabs", "storage", "contextMenus" ], "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "_locales\/*\/messages.json" ], "matches": [ "https:\/\/*\/*" ], "use_dynamic_url": false } ] } |