Instructables Default All Steps

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

Vad är Instructables Default All Steps?

Instructables Default All Steps är en Chrome-tillägg utvecklad av whizzzkid, och dess huvudfunktion är "Sets all instructables default to View All Steps [[email protected]]".

Tilläggsskärmbilder

screenshot

Ladda ner Instructables Default All Steps-förlängningens CRX-fil

Ladda ner Instructables Default All Steps-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

                        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                    

Grundläggande Information om Tillägg

Namn Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
Officiell webbadress https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
Beskrivning Sets all instructables default to View All Steps [[email protected]]
Filstorlek 3.35 KB
Antal Installationer 138
Aktuell Version 0.1
Senast Uppdaterad 2014-03-21
Publiceringsdatum 2014-03-21
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare whizzzkid
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}