Instructables Default All Steps

Sets all instructables default to View All Steps [[email protected]]

O que é Instructables Default All Steps?

Instructables Default All Steps é uma extensão do Chrome desenvolvida por whizzzkid, e sua principal característica é "Sets all instructables default to View All Steps [[email protected]]".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Instructables Default All Steps

Baixe arquivos de extensão Instructables Default All Steps 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

                        Going through all steps in instructables is irritating. The first thing I do when I start reading an instructable is find the "View All Steps" button and read all steps altogether.

This extension will automate that. This is blazing fast, and unlike other available extensions, it won't refresh your page. Instead it will by default take you to the all steps page for all instructables.

Fork Me: http://code.nishantarora.in/instructables-default-all-steps-chrome-extension

ChangeLog:
v0.1: Blazing Fast Build                    

Informações Básicas da Extensão

Nome Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
URL Oficial https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
Descrição Sets all instructables default to View All Steps [[email protected]]
Tamanho do Arquivo 3.35 KB
Contagem de Instalações 138
Versão Atual 0.1
Última Atualização 2014-03-21
Data de Publicação 2014-03-21
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor whizzzkid
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instructables Default All Steps",
    "description": "Sets all instructables default to View All Steps [[email protected]]",
    "version": "0.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.instructables.com\/id\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}