Chrome Explorer
A boilerplate to chrome extension with webpack
Apa itu Chrome Explorer?
Chrome Explorer adalah ekstensi Chrome yang dikembangkan oleh mdcanham, dan fitur utamanya adalah "A boilerplate to chrome extension with webpack".
Unduh Berkas CRX Ekstensi Chrome Explorer
Unduh file ekstensi Chrome Explorer 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
A file explorer in Chrome.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | obhbbbkkgepfadlggiffekmhlcpeppdd |
URL Resmi | https://chrome.google.com/webstore/detail/chrome-explorer/obhbbbkkgepfadlggiffekmhlcpeppdd |
Deskripsi | A boilerplate to chrome extension with webpack |
Ukuran File | 574 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2017-05-24 |
Tanggal Publikasi | 2017-05-24 |
Pengembang | mdcanham |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Explorer", "short_name": "Chrome Explorer", "options_page": "options.html", "version": "0.0.1", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": [], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "file:\/\/*\/*" ], "description": "A boilerplate to chrome extension with webpack" } |