Instructables Default All Steps
Sets all instructables default to View All Steps [[email protected]]
Qu'est-ce que Instructables Default All Steps ?
Instructables Default All Steps est une extension Chrome développée par whizzzkid, et sa fonction principale est "Sets all instructables default to View All Steps [[email protected]]".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instructables Default All Steps
Téléchargez les fichiers d'extension Instructables Default All Steps au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | oeeoefddkogaamghjjoelcgmellpacid |
URL Officiel | https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid |
Description | Sets all instructables default to View All Steps [[email protected]] |
Taille du Fichier | 3.35 KB |
Nombre d'Installations | 138 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-03-21 |
Date de Publication | 2014-03-21 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | whizzzkid |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |