Instructables Default All Steps

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

Co to jest Instructables Default All Steps?

Instructables Default All Steps to rozszerzenie Chrome opracowane przez whizzzkid, a jego główną funkcją jest „Sets all instructables default to View All Steps [[email protected]]”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Instructables Default All Steps

Pobierz pliki rozszerzeń Instructables Default All Steps w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
Oficjalny URL https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
Opis Sets all instructables default to View All Steps [[email protected]]
Rozmiar pliku 3.35 KB
Liczba instalacji 138
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-03-21
Data Publikacji 2014-03-21
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper whizzzkid
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}