Extension Extractor
Extract installed Extensions and Apps
Extension Extractorとは何ですか?
Extension ExtractorはDaniel Herrによって開発されたChromeの拡張機能で、その主な機能は「Extract installed Extensions and Apps」です。
Extension Extractor拡張機能のCRXファイルをダウンロード
Extension Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
In development beta software. Extraction is currently only available for apps with permission to write to files and folders and extensions with permission to manage downloads. Access the extraction menu by opening the developer tools and clicking the tab. Dev tools can be opened for any software by enabling dev mode on chrome://extensions, finding the item, and clicking an inspect view button.
拡張機能の基本情報
名前 | Extension Extractor |
ID | hmeclehlabdkeagnphboafolejbhelmf |
公式URL | https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf |
説明 | Extract installed Extensions and Apps |
ファイルサイズ | 6.02 KB |
インストール数 | 76 |
現在のバージョン | 2016.070 |
最終更新日 | 2016-03-11 |
公開日 | 2016-03-10 |
開発者 | Daniel Herr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://danielherr.github.io |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel Herr", "description": "Extract installed Extensions and Apps", "devtools_page": "devtools.html", "homepage_url": "https:\/\/danielherr.github.io", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Extension Extractor", "offline_enabled": true, "permissions": [ "debugger", "downloads" ], "version": "2016.70", "version_name": "2016.070" } |