Extension Extractor
Extract installed Extensions and Apps
Qu'est-ce que Extension Extractor ?
Extension Extractor est une extension Chrome développée par Daniel Herr, et sa fonction principale est "Extract installed Extensions and Apps".
Télécharger le fichier CRX de l'extension Extension Extractor
Téléchargez les fichiers d'extension Extension Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Extension Extractor |
ID | hmeclehlabdkeagnphboafolejbhelmf |
URL Officiel | https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf |
Description | Extract installed Extensions and Apps |
Taille du Fichier | 6.02 KB |
Nombre d'Installations | 76 |
Version Actuelle | 2016.070 |
Dernière Mise à Jour | 2016-03-11 |
Date de Publication | 2016-03-10 |
Développeur | Daniel Herr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://danielherr.github.io |
Langues Prises en Charge | 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" } |