Extension Extractor
Extract installed Extensions and Apps
What is Extension Extractor?
Extension Extractor is a Chrome extension developed by Daniel Herr, and its main feature is "Extract installed Extensions and Apps".
Download Extension Extractor Extension CRX File
Download Extension Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Basic Information
Name | Extension Extractor |
ID | hmeclehlabdkeagnphboafolejbhelmf |
Official URL | https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf |
Description | Extract installed Extensions and Apps |
File Size | 6.02 KB |
Installation Count | 76 |
Current Version | 2016.070 |
Last Updated | 2016-03-11 |
Publish Date | 2016-03-10 |
Developer | Daniel Herr |
[email protected] | |
Payment Type | free |
Extension Website | https://danielherr.github.io |
Supported Languages | 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" } |