Instructables+

Automatically shows all steps for Instructables

Instructables+ là gì?

Instructables+ là một tiện ích mở rộng Chrome được phát triển bởi Chris C, và tính năng chính của nó là "Automatically shows all steps for Instructables".

Ả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+

Tải xuống các tệp mở rộng Instructables+ 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

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

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

Tên Instructables+ Instructables+
ID aahehhoaebjhnmploicennmcopefepii
URL Chính Thức https://chromewebstore.google.com/detail/instructables+/aahehhoaebjhnmploicennmcopefepii
Mô tả Automatically shows all steps for Instructables
Kích Thước Tệp 261 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 0.1.2.0
Cập Nhật Lần Cuối 2016-12-29
Ngày Phát Hành 2016-12-29
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Chris C
Loại Thanh Toán free
Trang Web Mở Rộng http://chriscarini.com
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}