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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
]
} | |