Scratch 3 Developer Tools
Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu
Apa itu Scratch 3 Developer Tools?
Scratch 3 Developer Tools adalah ekstensi Chrome yang dikembangkan oleh Coder2357, dan fitur utamanya adalah "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Scratch 3 Developer Tools
Unduh file ekstensi Scratch 3 Developer Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Scratch 3 Developer Tools |
ID | bfpdlicnalglgniemfjmbjbadekoilpl |
URL Resmi | https://chromewebstore.google.com/detail/scratch-3-developer-tools/bfpdlicnalglgniemfjmbjbadekoilpl |
Deskripsi | Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu |
Ukuran File | 39.6 KB |
Jumlah Instalasi | 1,932 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2020-06-08 |
Tanggal Publikasi | 2020-06-08 |
Penilaian | 2.00/5 Total 4 Penilaian |
Pengembang | Coder2357 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://charles2060lab.wixsite.com/website |
URL Halaman Bantuan | https://charles2060lab.wixsite.com/website |
Bahasa yang Didukung | 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" ] } |