Extension Extractor

Extract installed Extensions and Apps

O que é Extension Extractor?

Extension Extractor é uma extensão do Chrome desenvolvida por Daniel Herr, e sua principal característica é "Extract installed Extensions and Apps".

Baixar o arquivo CRX da Extensão Extension Extractor

Baixe arquivos de extensão Extension Extractor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Extension Extractor Extension Extractor
ID hmeclehlabdkeagnphboafolejbhelmf
URL Oficial https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf
Descrição Extract installed Extensions and Apps
Tamanho do Arquivo 6.02 KB
Contagem de Instalações 76
Versão Atual 2016.070
Última Atualização 2016-03-11
Data de Publicação 2016-03-10
Desenvolvedor Daniel Herr
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://danielherr.github.io
Idiomas Suportados 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"
}