ExtensionManager
Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…
Apa itu ExtensionManager?
ExtensionManager adalah ekstensi Chrome yang dikembangkan oleh https://www.zangse.mobi, dan fitur utamanya adalah "Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ExtensionManager
Unduh file ekstensi ExtensionManager 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
1. Manage extensions, disable/enable your extensions with one click 2. Set common extensions, you can open the common extension mode 3. Quickly search for your extensions and configure them 4. View extensions in the chrome app store 5. Open the expanded configuration page 6. Uninstall the extension 7. Added some shortcuts If you have a better UI design and function recommendations, please leave a message yo. Test phase, welcome to comment.
Informasi Dasar Ekstensi
Nama | ExtensionManager |
ID | jijileelaefjahodboljljdgfpbjjlac |
URL Resmi | https://chromewebstore.google.com/detail/extensionmanager/jijileelaefjahodboljljdgfpbjjlac |
Deskripsi | Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common… |
Ukuran File | 405 KB |
Jumlah Instalasi | 2,215 |
Versi Saat Ini | 0.0.10 |
Terakhir Diperbarui | 2018-06-26 |
Tanggal Publikasi | 2018-06-26 |
Penilaian | 4.33/5 Total 21 Penilaian |
Pengembang | https://www.zangse.mobi |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/zangse/vue-chrome-extension |
URL Halaman Bantuan | https://github.com/zangse/vue-chrome-extension |
Bahasa yang Didukung | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "zh_CN", "version": "0.0.10", "description": "__MSG_appDescription__", "icons": { "128": "static\/images\/icon_128.png" }, "browser_action": { "default_icon": "static\/images\/icon_128.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background\/background.main.js" ] }, "content_scripts": [ { "matches": [ " |