Scratch 3 Developer Tools
Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu
¿Qué es Scratch 3 Developer Tools?
Scratch 3 Developer Tools es una extensión de Chrome desarrollada por Coder2357, y su función principal es "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Scratch 3 Developer Tools
Descarga archivos de extensión Scratch 3 Developer Tools 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
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
Información Básica de la Extensión
Nombre | Scratch 3 Developer Tools |
ID | bfpdlicnalglgniemfjmbjbadekoilpl |
URL Oficial | https://chromewebstore.google.com/detail/scratch-3-developer-tools/bfpdlicnalglgniemfjmbjbadekoilpl |
Descripción | Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu |
Tamaño del Archivo | 39.6 KB |
Cantidad de Instalaciones | 1,932 |
Versión Actual | 0.1.3 |
Última Actualización | 2020-06-08 |
Fecha de Publicación | 2020-06-08 |
Calificación | 2.00/5 Total de 4 Calificaciones |
Desarrollador | Coder2357 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://charles2060lab.wixsite.com/website |
URL de la Página de Ayuda | https://charles2060lab.wixsite.com/website |
Idiomas Soportados | 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" ] } |