Scratch Highlight Fullwidth Number
Scratchでバグの原因になりやすい全角数字を検知して赤文字にします。
What is Scratch Highlight Fullwidth Number?
Scratch Highlight Fullwidth Number is a Chrome extension developed by midorigoke, and its main feature is "Scratchでバグの原因になりやすい全角数字を検知して赤文字にします。".
Extension Screenshots
Download Scratch Highlight Fullwidth Number Extension CRX File
Download Scratch Highlight Fullwidth Number 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 Highlight Fullwidth Number |
ID | flilpaighgnpompadbglofgepkodjdea |
Official URL | https://chromewebstore.google.com/detail/scratch-highlight-fullwid/flilpaighgnpompadbglofgepkodjdea |
Description | Scratchでバグの原因になりやすい全角数字を検知して赤文字にします。 |
File Size | 15.19 KB |
Installation Count | 543 |
Current Version | 2019.12.10.1 |
Last Updated | 2019-12-10 |
Publish Date | 2019-12-09 |
Rating | 3.67/5 Total 3 Ratings |
Developer | midorigoke |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scratch Highlight Fullwidth Number", "version": "2019.12.10.1", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/scratch.mit.edu\/projects*\/editor*" ], "js": [ "main.js" ] } ] } |