Extension Extractor

Extract installed Extensions and Apps

Was ist Extension Extractor?

Extension Extractor ist eine Chrome-Erweiterung, die von Daniel Herr entwickelt wurde, und ihr Hauptmerkmal ist "Extract installed Extensions and Apps".

Extension Extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Extension Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Extension Extractor Extension Extractor
ID hmeclehlabdkeagnphboafolejbhelmf
Offizielle URL https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf
Beschreibung Extract installed Extensions and Apps
Dateigröße 6.02 KB
Installationsanzahl 76
Aktuelle Version 2016.070
Letztes Update 2016-03-11
Veröffentlichungsdatum 2016-03-10
Entwickler Daniel Herr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://danielherr.github.io
Unterstützte Sprachen 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"
}