Instructables Default All Steps

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

Was ist Instructables Default All Steps?

Instructables Default All Steps ist eine Chrome-Erweiterung, die von whizzzkid entwickelt wurde, und ihr Hauptmerkmal ist "Sets all instructables default to View All Steps [[email protected]]".

Erweiterungsscreenshots

screenshot

Instructables Default All Steps-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instructables Default All Steps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
Offizielle URL https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
Beschreibung Sets all instructables default to View All Steps [[email protected]]
Dateigröße 3.35 KB
Installationsanzahl 138
Aktuelle Version 0.1
Letztes Update 2014-03-21
Veröffentlichungsdatum 2014-03-21
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler whizzzkid
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}