Scratch 3 Developer Tools

Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu

Cos'è Scratch 3 Developer Tools?

Scratch 3 Developer Tools è un'estensione di Chrome sviluppata da Coder2357, e la sua funzione principale è "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scratch 3 Developer Tools

Scarica i file di estensione Scratch 3 Developer Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu

There are some bugs like when you prees clean up, it will say Griffpatch 
So it dosent matters and just use it , it will come with a update later                    

Informazioni di Base sull'Estensione

Nome Scratch 3 Developer Tools Scratch 3 Developer Tools
ID bfpdlicnalglgniemfjmbjbadekoilpl
URL Ufficiale https://chromewebstore.google.com/detail/scratch-3-developer-tools/bfpdlicnalglgniemfjmbjbadekoilpl
Descrizione Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu
Dimensione del File 39.6 KB
Conteggio Installazioni 1,932
Versione Corrente 0.1.3
Ultimo Aggiornamento 2020-06-08
Data di Pubblicazione 2020-06-08
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore Coder2357
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://charles2060lab.wixsite.com/website
URL della Pagina di Aiuto https://charles2060lab.wixsite.com/website
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scratch 3 Developer Tools",
    "short_name": "Scratch 3 Dev Tools",
    "description": "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https:\/\/scratch.mit.edu",
    "author": "Griffpatch",
    "version": "0.1.3",
    "homepage_url": "https:\/\/www.griffpatch.co.uk",
    "icons": {
        "32": "favicon.png",
        "128": "bigIcon.png"
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/scratch.mit.edu\/projects\/*",
                "https:\/\/llk.github.io\/scratch-gui\/*"
            ],
            "js": [
                "injectSimple.js"
            ],
            "css": [
                "inject.css"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "https:\/\/scratch.mit.edu\/*",
        "https:\/\/llk.github.io\/scratch-gui\/*"
    ],
    "web_accessible_resources": [
        "inject3.js"
    ]
}