Extension Extractor

Extract installed Extensions and Apps

Vad är Extension Extractor?

Extension Extractor är en Chrome-tillägg utvecklad av Daniel Herr, och dess huvudfunktion är "Extract installed Extensions and Apps".

Ladda ner Extension Extractor-förlängningens CRX-fil

Ladda ner Extension Extractor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Extension Extractor Extension Extractor
ID hmeclehlabdkeagnphboafolejbhelmf
Officiell webbadress https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf
Beskrivning Extract installed Extensions and Apps
Filstorlek 6.02 KB
Antal Installationer 76
Aktuell Version 2016.070
Senast Uppdaterad 2016-03-11
Publiceringsdatum 2016-03-10
Utvecklare Daniel Herr
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://danielherr.github.io
Stödda Språk 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"
}