Instructables Default All Steps

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

¿Qué es Instructables Default All Steps?

Instructables Default All Steps es una extensión de Chrome desarrollada por whizzzkid, y su función principal es "Sets all instructables default to View All Steps [[email protected]]".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Instructables Default All Steps

Descarga archivos de extensión Instructables Default All Steps en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
URL Oficial https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
Descripción Sets all instructables default to View All Steps [[email protected]]
Tamaño del Archivo 3.35 KB
Cantidad de Instalaciones 138
Versión Actual 0.1
Última Actualización 2014-03-21
Fecha de Publicación 2014-03-21
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador whizzzkid
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}