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
擴展基本資訊
名稱 | Scratch 3 Developer Tools |
ID | bfpdlicnalglgniemfjmbjbadekoilpl |
官方網址 | 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" ] } |