はじめての自動運転プログラミング
Scratchで作ったプログラムを、プログラミングカーのためにへんかんします
What is はじめての自動運転プログラミング?
はじめての自動運転プログラミング is a Chrome extension developed by tesfesminicar2020, and its main feature is "Scratchで作ったプログラムを、プログラミングカーのためにへんかんします".
Extension Screenshots
Download はじめての自動運転プログラミング Extension CRX File
Download はじめての自動運転プログラミング 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
WEBわくわくワールドの「はじめての自動運転プログラミング」で使用する拡張機能です。 Scratchで作ったプログラムを、Arduinoに書き込める形式に変換します。
Extension Basic Information
Name | |
ID | jhgcbgachkhijpdncoebdgdfgcdfppgo |
Official URL | https://chromewebstore.google.com/detail/%E3%81%AF%E3%81%98%E3%82%81%E3%81%A6%E3%81%AE%E8%87%AA%E5%8B%95%E9%81%8B%E8%BB%A2%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%9F%E3%83%B3%E3%82%B0/jhgcbgachkhijpdncoebdgdfgcdfppgo |
Description | Scratchで作ったプログラムを、プログラミングカーのためにへんかんします |
File Size | 201 KB |
Installation Count | 181 |
Current Version | 0.0.3 |
Last Updated | 2020-11-12 |
Publish Date | 2020-09-22 |
Developer | tesfesminicar2020 |
[email protected] | |
Payment Type | free |
Extension Website | https://wakuwakuworld.jp/ |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u306f\u3058\u3081\u3066\u306e\u81ea\u52d5\u904b\u8ee2\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0", "version": "0.0.3", "description": "Scratch\u3067\u4f5c\u3063\u305f\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u3001\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u30ab\u30fc\u306e\u305f\u3081\u306b\u3078\u3093\u304b\u3093\u3057\u307e\u3059", "permissions": [ "downloads" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "128": "images\/img128.png" } }, "icons": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "128": "images\/img128.png" }, "manifest_version": 2 } |