Instructables+

Automatically shows all steps for Instructables

O que é Instructables+?

Instructables+ é uma extensão do Chrome desenvolvida por Chris C, e sua principal característica é "Automatically shows all steps for Instructables".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Instructables+

Baixe arquivos de extensão Instructables+ 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

                        This plugin was designed to redirect your browser to the page that shows all steps for an Instructable!                    

Informações Básicas da Extensão

Nome Instructables+ Instructables+
ID aahehhoaebjhnmploicennmcopefepii
URL Oficial https://chromewebstore.google.com/detail/instructables+/aahehhoaebjhnmploicennmcopefepii
Descrição Automatically shows all steps for Instructables
Tamanho do Arquivo 261 KB
Contagem de Instalações 104
Versão Atual 0.1.2.0
Última Atualização 2016-12-29
Data de Publicação 2016-12-29
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor Chris C
Tipo de Pagamento free
Site da Extensão http://chriscarini.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instructables+",
    "manifest_version": 2,
    "description": "Automatically shows all steps for Instructables",
    "version": "0.1.2.0",
    "content_scripts": [
        {
            "js": [
                "Instructables.js"
            ],
            "matches": [
                "http:\/\/www.instructables.com\/id*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js ; object-src 'self'",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}