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是由Coder2357开发的Chrome扩展程序,该扩展的主要功能是“Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu”。
扩展截图
下载Scratch 3 Developer Tools扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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"
]
} | |