ScratchExt

Adds a button to the Scratch website that installs ScratchExt.

Qu'est-ce que ScratchExt ?

ScratchExt est une extension Chrome développée par GrannyCookies, et sa fonction principale est "Adds a button to the Scratch website that installs ScratchExt.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ScratchExt

Téléchargez les fichiers d'extension ScratchExt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ScratchExt ScratchExt
ID peilkhpoaiamhgcnagmklekjgmbjjjko
URL Officiel https://chrome.google.com/webstore/detail/scratchext/peilkhpoaiamhgcnagmklekjgmbjjjko
Description Adds a button to the Scratch website that installs ScratchExt.
Taille du Fichier 71.05 KB
Nombre d'Installations 253
Version Actuelle 1.2
Dernière Mise à Jour 2014-12-07
Date de Publication 2014-12-07
Évaluation 4.17/5 Total 6 Évaluations
Développeur GrannyCookies
Type de Paiement free
Site Web de l'Extension http://scratch.mit.edu
URL de la Page d'Aide http://stefanbates.com/bookmarklet.html
Langues Prises en Charge 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"
}