Exty-Switchy
Easily enable/disable chrome extensions.
Exty-Switchyคืออะไร?
Exty-Switchy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aedorado และคุณลักษณะหลักของมันคือ "Easily enable/disable chrome extensions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Exty-Switchy
ดาวน์โหลดไฟล์ส่วนขยาย Exty-Switchy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever had the misfortune of disabling a chrome extension? Here comes a tedious (very tedious) task of migrating to a new tab altogether, searching for the said extension, disabling it and returning to the original page. But wait! What if I don't remember which page I was originally on? And what's the deal with me going to a new tab through so many mouse clicks just to disable some extension. Exty-switchy is the solution to all these problems! Just hit the extension icon next to the address bar and easily enable/disable whatever extension you may!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jkeghhfibnjhcimpmhokggpfhokjeljo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo |
คำอธิบาย | Easily enable/disable chrome extensions. |
ขนาดไฟล์ | 720 KB |
จำนวนการติดตั้ง | 191 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2016-11-23 |
วันที่เผยแพร่ | 2016-11-23 |
คะแนน | 4.92/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | aedorado |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/aedorado/ext-control-panel |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Easily enable\/disable chrome extensions.", "manifest_version": 2, "name": "Exty-Switchy", "icons": { "512": "icons\/icon512.png" }, "browser_action": { "default_icon": "icons\/icon512.png", "default_popup": "popup.html", "default_title": "Easy Switching." }, "permissions": [ "management", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1.1.1" } |