Plugin Switcher
Quick way to toggle plugins
Plugin Switcherคืออะไร?
Plugin Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย STILL RTC และคุณลักษณะหลักของมันคือ "Quick way to toggle plugins"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plugin Switcher
ดาวน์โหลดไฟล์ส่วนขยาย Plugin Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enable and disable installed plugins (extensions, themes, apps) in one click. Customizable quick access list. Minimalistic and lightweight.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Plugin Switcher |
ID | ngmjkoiifpckgooagkppjafdjfkjimfj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/plugin-switcher/ngmjkoiifpckgooagkppjafdjfkjimfj |
คำอธิบาย | Quick way to toggle plugins |
ขนาดไฟล์ | 8.73 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-11-19 |
วันที่เผยแพร่ | 2018-05-01 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | STILL RTC |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plugin Switcher", "short_name": "__MSG_shortName__", "version": "1.1", "offline_enabled": true, "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "icon128.png", "48": "icon48.png", "32": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_title": "__MSG_tooltip__", "default_popup": "popup.html" }, "minimum_chrome_version": "33", "permissions": [ "management", "storage" ] } |