Instructables Default All Steps

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

Instructables Default All Steps là gì?

Instructables Default All Steps là một tiện ích mở rộng Chrome được phát triển bởi whizzzkid, và tính năng chính của nó là "Sets all instructables default to View All Steps [[email protected]]".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instructables Default All Steps

Tải xuống các tệp mở rộng Instructables Default All Steps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Instructables Default All Steps Instructables Default All Steps
ID oeeoefddkogaamghjjoelcgmellpacid
URL Chính Thức https://chromewebstore.google.com/detail/instructables-default-all/oeeoefddkogaamghjjoelcgmellpacid
Mô tả Sets all instructables default to View All Steps [[email protected]]
Kích Thước Tệp 3.35 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-03-21
Ngày Phát Hành 2014-03-21
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển whizzzkid
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}