Browser Manager Plus
Organize your browser environment and control your extensions
Browser Manager Plusคืออะไร?
Browser Manager Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Organize your browser environment and control your extensions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser Manager Plus
ดาวน์โหลดไฟล์ส่วนขยาย Browser Manager Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Organize your browser environment and control your extensions You can control all you extensions or tabs directly on the page. Just open menu on the top right corner of the page and you are ready to go! Or you can enable extension in extensions panel. Browser Manager Plus allows you to control your tabs, switching between workspaces that automatically saves opened tabs. Enable/disable all your extensions and apps with one click without need to find it in browser settings.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ojfhhjmbokpebjjhemfjnebdhkfejmdg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/browser-manager-plus/ojfhhjmbokpebjjhemfjnebdhkfejmdg |
คำอธิบาย | Organize your browser environment and control your extensions |
ขนาดไฟล์ | 236 KB |
จำนวนการติดตั้ง | 3,155 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-04-29 |
วันที่เผยแพร่ | 2022-04-22 |
ผู้พัฒนา | Unknown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Organize your browser environment and control your extensions", "version": "1.0.1", "manifest_version": 3, "name": "Browser Manager Plus", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "16x16.png", "24": "24x24.png", "32": "32x32.png" } }, "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |