Instructables Default All Steps

Sets all instructables default to View All Steps [[email protected]]

什么是Instructables Default All Steps?

Instructables Default All Steps是由whizzzkid开发的Chrome扩展程序,该扩展的主要功能是“Sets all instructables default to View All Steps [[email protected]]”。

扩展截图

screenshot

下载Instructables Default All Steps扩展crx文件

下载Instructables Default All Steps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
官方URL https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
简介 Sets all instructables default to View All Steps [[email protected]]
文件大小 3.35 KB
安装次数 138
当前版本 0.1
更新时间 2014-03-21
上架时间 2014-03-21
评分 4.75/5 共4次评分
开发者 whizzzkid
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}