Focus: Batch Open & Close Websites
This extension opens predefined websites on click, and closes non-listed domains on double-click.
什么是Focus: Batch Open & Close Websites?
Focus: Batch Open & Close Websites是由Ke Fang开发的Chrome扩展程序,该扩展的主要功能是“This extension opens predefined websites on click, and closes non-listed domains on double-click.”。
扩展截图
下载Focus: Batch Open & Close Websites扩展crx文件
下载Focus: Batch Open & Close Websites扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
One click: Open all predefined websites. Double click: Close all listed websites and sub-domains.
扩展基本信息
名称 | Focus: Batch Open & Close Websites |
ID | ognammebbnhnkdnbndjgphgglepkaaka |
官方URL | https://chromewebstore.google.com/detail/focus-batch-open-close-we/ognammebbnhnkdnbndjgphgglepkaaka |
简介 | This extension opens predefined websites on click, and closes non-listed domains on double-click. |
文件大小 | 40 KB |
安装次数 | 65 |
当前版本 | 1.0.1 |
更新时间 | 2023-08-03 |
上架时间 | 2023-07-30 |
评分 | 4.00/5 共1次评分 |
开发者 | Ke Fang |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://twitter.com/immazzystar |
支持的语言 | 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 } ] } |