Chrome Explorer
A boilerplate to chrome extension with webpack
Chrome Explorerとは何ですか?
Chrome Explorerはmdcanhamによって開発されたChromeの拡張機能で、その主な機能は「A boilerplate to chrome extension with webpack」です。
Chrome Explorer拡張機能のCRXファイルをダウンロード
Chrome Explorer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A file explorer in Chrome.
拡張機能の基本情報
名前 | ![]() |
ID | obhbbbkkgepfadlggiffekmhlcpeppdd |
公式URL | https://chrome.google.com/webstore/detail/chrome-explorer/obhbbbkkgepfadlggiffekmhlcpeppdd |
説明 | A boilerplate to chrome extension with webpack |
ファイルサイズ | 574 KB |
インストール数 | 30 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-05-24 |
公開日 | 2017-05-24 |
開発者 | mdcanham |
支払い方法 | free |
対応言語 | 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" } |