ScratchExt

Adds a button to the Scratch website that installs ScratchExt.

什么是ScratchExt?

ScratchExt是由GrannyCookies开发的Chrome扩展程序,该扩展的主要功能是“Adds a button to the Scratch website that installs ScratchExt.”。

扩展截图

screenshot
screenshot

下载ScratchExt扩展crx文件

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

扩展使用说明

                        This extension adds 2 buttons to the Scratch website that install ScratchExt.
One is in the navbar, and the other is in the editor near the file button.
They are both red so you should see them xP

Designed with this custom navigation bar: https://userstyles.org/styles/107407/scratch-navbar-changes

This eleminates the need to click the bookmarklet.

Extension made by GrannyCookies (Alex Bates)
ScratchExt is a collab between GrannyCookies, thistleeverfreen, and Yoda3D.                    

扩展基本信息

名称 ScratchExt ScratchExt
ID peilkhpoaiamhgcnagmklekjgmbjjjko
官方URL https://chrome.google.com/webstore/detail/scratchext/peilkhpoaiamhgcnagmklekjgmbjjjko
简介 Adds a button to the Scratch website that installs ScratchExt.
文件大小 71.05 KB
安装次数 253
当前版本 1.2
更新时间 2014-12-07
上架时间 2014-12-07
评分 4.17/5 共6次评分
开发者 GrannyCookies
付费类型 free
扩展官网 http://scratch.mit.edu
帮助页面URL http://stefanbates.com/bookmarklet.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScratchExt",
    "version": "1.2",
    "description": "Adds a button to the Scratch website that installs ScratchExt.",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scratch.mit.edu\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/scratch.mit.edu\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src http:\/\/scratch.mit.edu; img-src http:\/\/scratch.mit.edu"
}