Scratch 3 Developer Tools
Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu
Scratch 3 Developer Tools là gì?
Scratch 3 Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi Coder2357, và tính năng chính của nó là "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scratch 3 Developer Tools
Tải xuống các tệp mở rộng Scratch 3 Developer Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scratch 3 Developer Tools |
ID | bfpdlicnalglgniemfjmbjbadekoilpl |
URL Chính Thức | https://chromewebstore.google.com/detail/scratch-3-developer-tools/bfpdlicnalglgniemfjmbjbadekoilpl |
Mô tả | Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu |
Kích Thước Tệp | 39.6 KB |
Số Lần Cài Đặt | 1,932 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2020-06-08 |
Ngày Phát Hành | 2020-06-08 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Coder2357 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://charles2060lab.wixsite.com/website |
URL Trang Trợ Giúp | https://charles2060lab.wixsite.com/website |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |