Instructables Default All Steps

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

Τι είναι το Instructables Default All Steps;

Το Instructables Default All Steps είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον whizzzkid, και η κύρια λειτουργία του είναι "Sets all instructables default to View All Steps [[email protected]]".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Instructables Default All Steps

Λήψη αρχείων επέκτασης Instructables Default All Steps σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
Επίσημο URL https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
Περιγραφή Sets all instructables default to View All Steps [[email protected]]
Μέγεθος Αρχείου 3.35 KB
Αριθμός Εγκαταστάσεων 138
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2014-03-21
Ημερομηνία Δημοσίευσης 2014-03-21
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής whizzzkid
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}