Extensions Manager
A snapshot based extensions manager, make it ease to enable/disable the extensions
Apa itu Extensions Manager?
Extensions Manager adalah ekstensi Chrome yang dikembangkan oleh sigoden, dan fitur utamanya adalah "A snapshot based extensions manager, make it ease to enable/disable the extensions".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Extensions Manager
Unduh file ekstensi Extensions 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
- Easy to enable/disable the extension - Direct access to the option page of any extension - Enable/disable all the extensions with one click - Snapshot Management - Create: capture the state of chrome's current extensions as a snapshot, a restore point - Apply: choose a snapshot, restore the all extension's disable/enable state to that snapshot - Delete: clear the outdated snapshot - Undo: undo an accidental applying snapshot
Informasi Dasar Ekstensi
Nama | Extensions Manager |
ID | bcjfhbahclaolcbkdkckdnnenfeakhbk |
URL Resmi | https://chromewebstore.google.com/detail/extensions-manager/bcjfhbahclaolcbkdkckdnnenfeakhbk |
Deskripsi | A snapshot based extensions manager, make it ease to enable/disable the extensions |
Ukuran File | 237 KB |
Jumlah Instalasi | 24,065 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2018-01-18 |
Tanggal Publikasi | 2018-01-18 |
Penilaian | 3.87/5 Total 31 Penilaian |
Pengembang | sigoden |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/sigoden/chrome-extensions-manager |
URL Halaman Bantuan | https://github.com/sigoden/chrome-extensions-manager/issues |
Bahasa yang Didukung | en,zh-CN |
manifest.json | |
{ "name": "__MSG_manifest_app_name__", "description": "__MSG_manifest_app_description__", "version": "1.1.0", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "default_locale": "en", "permissions": [ "management", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |