Extension Extractor
Extract installed Extensions and Apps
Wat is Extension Extractor?
Extension Extractor is een Chrome-extensie ontwikkeld door Daniel Herr, en de belangrijkste functie is "Extract installed Extensions and Apps".
Download het CRX-bestand van de extensie Extension Extractor
Download Extension Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Extension Extractor |
ID | hmeclehlabdkeagnphboafolejbhelmf |
Officiële URL | https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf |
Beschrijving | Extract installed Extensions and Apps |
Bestandsgrootte | 6.02 KB |
Aantal Installaties | 76 |
Huidige Versie | 2016.070 |
Laatst Bijgewerkt | 2016-03-11 |
Publicatiedatum | 2016-03-10 |
Ontwikkelaar | Daniel Herr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://danielherr.github.io |
Ondersteunde Talen | 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" } |