Instructables Default All Steps

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

Co je Instructables Default All Steps?

Instructables Default All Steps je rozšíření Chrome vyvinuté whizzzkid, a jeho hlavní funkcí je „Sets all instructables default to View All Steps [[email protected]]“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Instructables Default All Steps

Stáhněte si soubory rozšíření Instructables Default All Steps 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í

                        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                    

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

Název Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
Oficiální URL https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
Popis Sets all instructables default to View All Steps [[email protected]]
Velikost souboru 3.35 KB
Počet instalací 138
Aktuální Verze 0.1
Poslední Aktualizace 2014-03-21
Datum Vydání 2014-03-21
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář whizzzkid
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}