ScratchExt

Adds a button to the Scratch website that installs ScratchExt.

¿Qué es ScratchExt?

ScratchExt es una extensión de Chrome desarrollada por GrannyCookies, y su función principal es "Adds a button to the Scratch website that installs ScratchExt.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ScratchExt

Descarga archivos de extensión ScratchExt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ScratchExt ScratchExt
ID peilkhpoaiamhgcnagmklekjgmbjjjko
URL Oficial https://chrome.google.com/webstore/detail/scratchext/peilkhpoaiamhgcnagmklekjgmbjjjko
Descripción Adds a button to the Scratch website that installs ScratchExt.
Tamaño del Archivo 71.05 KB
Cantidad de Instalaciones 253
Versión Actual 1.2
Última Actualización 2014-12-07
Fecha de Publicación 2014-12-07
Calificación 4.17/5 Total de 6 Calificaciones
Desarrollador GrannyCookies
Tipo de Pago free
Sitio Web de la Extensión http://scratch.mit.edu
URL de la Página de Ayuda http://stefanbates.com/bookmarklet.html
Idiomas Soportados 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"
}