Instructables Default All Steps

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

Hvad er Instructables Default All Steps?

Instructables Default All Steps er en Chrome-udvidelse udviklet af whizzzkid, og dens hovedfunktion er "Sets all instructables default to View All Steps [[email protected]]".

Udvidelsesskærmbilleder

screenshot

Download Instructables Default All Steps-udvidelses-CRX-fil

Download Instructables Default All Steps-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
Officiel URL https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
Beskrivelse Sets all instructables default to View All Steps [[email protected]]
Filstørrelse 3.35 KB
Antal Installationer 138
Nuværende Version 0.1
Senest Opdateret 2014-03-21
Udgivelsesdato 2014-03-21
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler whizzzkid
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}