Instructables Default All Steps

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

Instructables Default All Stepsคืออะไร?

Instructables Default All Steps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย whizzzkid และคุณลักษณะหลักของมันคือ "Sets all instructables default to View All Steps [[email protected]]"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instructables Default All Steps

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}