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" ] } } |