Quick Extension Manager
A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
Apa itu Quick Extension Manager?
Quick Extension Manager adalah ekstensi Chrome yang dikembangkan oleh Chris Dermody, dan fitur utamanya adalah "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off".
Unduh Berkas CRX Ekstensi Quick Extension Manager
Unduh file ekstensi Quick Extension Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Quick Extension Manager is a small, free extension designed to make it quick and easy to toggle your chrome extensions on or off. The extension lists all of your installed extensions in a 2-column layout with their images. There is also a handy search box you can use to quickly find the extension you need to turn on or off.
Informasi Dasar Ekstensi
Nama | |
ID | clgnjooadgjehcfgiboagghflodbeidf |
URL Resmi | https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf |
Deskripsi | A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off |
Ukuran File | 442 KB |
Jumlah Instalasi | 135 |
Versi Saat Ini | 0.1.6 |
Terakhir Diperbarui | 2015-04-11 |
Tanggal Publikasi | 2015-04-11 |
Penilaian | 2.33/5 Total 6 Penilaian |
Pengembang | Chris Dermody |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Extension Manager", "description": "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off", "version": "0.1.6", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "management" ], "browser_action": { "default_icon": "app.png", "default_popup": "popup.html" }, "short_name": "Extension Manager" } |