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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ke Fang และคุณลักษณะหลักของมันคือ "This extension opens predefined websites on click, and closes non-listed domains on double-click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Focus: Batch Open & Close Websites
ดาวน์โหลดไฟล์ส่วนขยาย 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 } ] } |