Extension Extractor

Extract installed Extensions and Apps

Co je Extension Extractor?

Extension Extractor je rozšíření Chrome vyvinuté Daniel Herr, a jeho hlavní funkcí je „Extract installed Extensions and Apps“.

Stáhnout soubor CRX rozšíření Extension Extractor

Stáhněte si soubory rozšíření Extension Extractor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Extension Extractor Extension Extractor
ID hmeclehlabdkeagnphboafolejbhelmf
Oficiální URL https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf
Popis Extract installed Extensions and Apps
Velikost souboru 6.02 KB
Počet instalací 76
Aktuální Verze 2016.070
Poslední Aktualizace 2016-03-11
Datum Vydání 2016-03-10
Vývojář Daniel Herr
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://danielherr.github.io
Podporované Jazyky 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"
}