Instructables Default All Steps
Sets all instructables default to View All Steps [[email protected]]
Cos'è Instructables Default All Steps?
Instructables Default All Steps è un'estensione di Chrome sviluppata da whizzzkid, e la sua funzione principale è "Sets all instructables default to View All Steps [[email protected]]".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instructables Default All Steps
Scarica i file di estensione Instructables Default All Steps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | oeeoefddkogaamghjjoelcgmellpacid |
URL Ufficiale | https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid |
Descrizione | Sets all instructables default to View All Steps [[email protected]] |
Dimensione del File | 3.35 KB |
Conteggio Installazioni | 138 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-03-21 |
Data di Pubblicazione | 2014-03-21 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | whizzzkid |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |