Scratch Block Color Changer
Scratch3.0 のブロックの色を変える
What is Scratch Block Color Changer?
Scratch Block Color Changer is a Chrome extension developed by https://robopro.jp, and its main feature is "Scratch3.0 のブロックの色を変える".
Extension Screenshots
Download Scratch Block Color Changer Extension CRX File
Download Scratch Block Color Changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
この拡張機能はScratchで使用します。 に表示されるブロックに黒の輪郭線をつけます。 また、演算の+-*/が小さすぎて見えにくいので、大きく表示するようにします。
Extension Basic Information
Name | Scratch Block Color Changer |
ID | baijgjcllifbodfhdebkchlbhicobfob |
Official URL | https://chromewebstore.google.com/detail/scratch-block-color-chang/baijgjcllifbodfhdebkchlbhicobfob |
Description | Scratch3.0 のブロックの色を変える |
File Size | 49.45 KB |
Installation Count | 301 |
Current Version | 1.02 |
Last Updated | 2022-07-15 |
Publish Date | 2020-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://robopro.jp |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://robopro.jp/privacy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scratch Block Color Changer", "description": "Scratch3.0 \u306e\u30d6\u30ed\u30c3\u30af\u306e\u8272\u3092\u5909\u3048\u308b", "version": "1.02", "icons": { "16": "icon\/logo_16.png", "48": "icon\/logo_48.png", "128": "icon\/logo_128.png" }, "content_scripts": [ { "js": [ "js\/jquery-3.3.1.min.js", "js\/background.js" ], "css": [ "css\/style.css" ], "matches": [ "http:\/\/scratch.mit.edu\/*", "https:\/\/scratch.mit.edu\/*" ] } ], "action": { "default_icon": { "19": "icon\/logo_19.png", "38": "icon\/logo_38.png" }, "default_title": "Scratch Block Color Changer" }, "manifest_version": 3 } |