Instructables+

Automatically shows all steps for Instructables

Instructables+คืออะไร?

Instructables+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris C และคุณลักษณะหลักของมันคือ "Automatically shows all steps for Instructables"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Instructables+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This plugin was designed to redirect your browser to the page that shows all steps for an Instructable!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Instructables+ Instructables+
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"
        ]
    }
}