Scratch 3 Developer Tools
Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu
Scratch 3 Developer Toolsคืออะไร?
Scratch 3 Developer Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Coder2357 และคุณลักษณะหลักของมันคือ "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scratch 3 Developer Tools
ดาวน์โหลดไฟล์ส่วนขยาย Scratch 3 Developer Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Scratch 3 Developer Tools |
ID | bfpdlicnalglgniemfjmbjbadekoilpl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scratch-3-developer-tools/bfpdlicnalglgniemfjmbjbadekoilpl |
คำอธิบาย | Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu |
ขนาดไฟล์ | 39.6 KB |
จำนวนการติดตั้ง | 1,932 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2020-06-08 |
วันที่เผยแพร่ | 2020-06-08 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Coder2357 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://charles2060lab.wixsite.com/website |
URL หน้าช่วยเหลือ | https://charles2060lab.wixsite.com/website |
ภาษาที่รองรับ | 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" ] } |