Instructables+
Automatically shows all steps for Instructables
Qu'est-ce que Instructables+ ?
Instructables+ est une extension Chrome développée par Chris C, et sa fonction principale est "Automatically shows all steps for Instructables".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instructables+
Téléchargez les fichiers d'extension Instructables+ 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
This plugin was designed to redirect your browser to the page that shows all steps for an Instructable!
Informations de Base sur l'Extension
Nom | |
ID | aahehhoaebjhnmploicennmcopefepii |
URL Officiel | https://chromewebstore.google.com/detail/instructables+/aahehhoaebjhnmploicennmcopefepii |
Description | Automatically shows all steps for Instructables |
Taille du Fichier | 261 KB |
Nombre d'Installations | 104 |
Version Actuelle | 0.1.2.0 |
Dernière Mise à Jour | 2016-12-29 |
Date de Publication | 2016-12-29 |
Évaluation | 3.67/5 Total 6 Évaluations |
Développeur | Chris C |
Type de Paiement | free |
Site Web de l'Extension | http://chriscarini.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instructables+", "manifest_version": 2, "description": "Automatically shows all steps for Instructables", "version": "0.1.2.0", "content_scripts": [ { "js": [ "Instructables.js" ], "matches": [ "http:\/\/www.instructables.com\/id*" ] } ], "icons": { "128": "icon128.png", "48": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js ; object-src 'self'", "options_page": "options.html", "background": { "scripts": [ "background.js" ] } } |