Scratch Editor Messages 2

Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.

Scratch Editor Messages 2 là gì?

Scratch Editor Messages 2 là một tiện ích mở rộng Chrome được phát triển bởi David Resnick, và tính năng chính của nó là "Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.".

Tải xuống tệp CRX của tiện ích mở rộng Scratch Editor Messages 2

Tải xuống các tệp mở rộng Scratch Editor Messages 2 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 is a bug fix of Scratch Editor Messages
https://chrome.google.com/webstore/detail/scratch-editor-messages/keimlfjkekbehbegbnojedobedfenbbf
By Alex Bates AKA GrannyCookies

Sources can be found on github:
https://github.com/david-resnick/scratch-editor-messages-2-extension                    

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

Tên Scratch Editor Messages 2 Scratch Editor Messages 2
ID bggohijadecjkpjipnjnamnddbiffnop
URL Chính Thức https://chrome.google.com/webstore/detail/scratch-editor-messages-2/bggohijadecjkpjipnjnamnddbiffnop
Mô tả Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.
Kích Thước Tệp 39.67 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-09-29
Ngày Phát Hành 2015-09-29
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển David Resnick
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/david-resnick/scratch-editor-messages-2-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/scratch.mit.edu\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/scratch.mit.edu; img-src https:\/\/scratch.mit.edu",
    "description": "Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.",
    "icons": {
        "128": "logo2.png"
    },
    "manifest_version": 2,
    "name": "Scratch Editor Messages 2",
    "permissions": [
        "tabs",
        "https:\/\/scratch.mit.edu\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}