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
Eメール [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"
        ]
    }
}