Scratch Editor Messages 2

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

什么是Scratch Editor Messages 2?

Scratch Editor Messages 2是由David Resnick开发的Chrome扩展程序,该扩展的主要功能是“Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.”。

下载Scratch Editor Messages 2扩展crx文件

下载Scratch Editor Messages 2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Scratch Editor Messages 2 Scratch Editor Messages 2
ID bggohijadecjkpjipnjnamnddbiffnop
官方URL https://chrome.google.com/webstore/detail/scratch-editor-messages-2/bggohijadecjkpjipnjnamnddbiffnop
简介 Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.
文件大小 39.67 KB
安装次数 138
当前版本 1.1
更新时间 2015-09-29
上架时间 2015-09-29
评分 4.00/5 共5次评分
开发者 David Resnick
付费类型 free
扩展官网 https://github.com/david-resnick/scratch-editor-messages-2-extension
支持的语言 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"
}