ScratchIO Beta

Use Scratch JS plugins easily on Scratch 2.0

ScratchIO Beta là gì?

ScratchIO Beta là một tiện ích mở rộng Chrome được phát triển bởi yotam.salmon, và tính năng chính của nó là "Use Scratch JS plugins easily on Scratch 2.0".

Tải xuống tệp CRX của tiện ích mở rộng ScratchIO Beta

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

                                            

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

Tên ScratchIO Beta ScratchIO Beta
ID looajjlckekpkajlfcodoieejedokfep
URL Chính Thức https://chrome.google.com/webstore/detail/scratchio-beta/looajjlckekpkajlfcodoieejedokfep
Mô tả Use Scratch JS plugins easily on Scratch 2.0
Kích Thước Tệp 242 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 0.3 Pre Beta
Cập Nhật Lần Cuối 2016-12-27
Ngày Phát Hành 2016-12-27
Nhà Phát Triển yotam.salmon
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScratchIO Beta",
    "description": "Use Scratch JS plugins easily on Scratch 2.0",
    "version": "0.4.1",
    "author": "Yotam Salmon",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "presistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "image\/icon19.png",
            "38": "image\/icon38.png"
        },
        "default_title": "SIO plugin",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/scratch.mit.edu\/*",
        "file:\/\/\/*.*",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/editor.js",
        "js\/editorInternal.js",
        "js\/embedInternal.js"
    ],
    "version_name": "0.3 Pre Beta"
}