Instructables+
Automatically shows all steps for Instructables
Instructables+とは何ですか?
Instructables+はChris Cによって開発されたChromeの拡張機能で、その主な機能は「Automatically shows all steps for Instructables」です。
拡張機能のスクリーンショット
Instructables+拡張機能のCRXファイルをダウンロード
Instructables+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin was designed to redirect your browser to the page that shows all steps for an Instructable!
拡張機能の基本情報
名前 | |
ID | aahehhoaebjhnmploicennmcopefepii |
公式URL | https://chromewebstore.google.com/detail/instructables+/aahehhoaebjhnmploicennmcopefepii |
説明 | Automatically shows all steps for Instructables |
ファイルサイズ | 261 KB |
インストール数 | 104 |
現在のバージョン | 0.1.2.0 |
最終更新日 | 2016-12-29 |
公開日 | 2016-12-29 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | Chris C |
支払い方法 | free |
拡張機能のウェブサイト | http://chriscarini.com |
対応言語 | 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" ] } } |