Scratch 3 Developer Tools

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

Co to jest Scratch 3 Developer Tools?

Scratch 3 Developer Tools to rozszerzenie Chrome opracowane przez Coder2357, a jego główną funkcją jest „Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Scratch 3 Developer Tools

Pobierz pliki rozszerzeń Scratch 3 Developer Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Scratch 3 Developer Tools Scratch 3 Developer Tools
ID bfpdlicnalglgniemfjmbjbadekoilpl
Oficjalny URL https://chromewebstore.google.com/detail/scratch-3-developer-tools/bfpdlicnalglgniemfjmbjbadekoilpl
Opis Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu
Rozmiar pliku 39.6 KB
Liczba instalacji 1,932
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2020-06-08
Data Publikacji 2020-06-08
Ocena 2.00/5 Łącznie 4 Oceny
Deweloper Coder2357
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://charles2060lab.wixsite.com/website
Adres URL Strony Pomocy https://charles2060lab.wixsite.com/website
Obsługiwane Języki 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"
    ]
}