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 |
公式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 |
Eメール | [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" ] } |