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 |
官方網址 | 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 } ] } |