BlockSchool: Scratch Helper
Get help in Scratch projects with a live coding tutor from BlockSchool -- whenever you need it!
什麼是BlockSchool: Scratch Helper?
BlockSchool: Scratch Helper是由http://block.school開發的Chrome擴展程式,該擴展的主要功能是“Get help in Scratch projects with a live coding tutor from BlockSchool -- whenever you need it!”。
擴展截圖
下載BlockSchool: Scratch Helper擴展crx文件
下載BlockSchool: Scratch Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
BlockSchool is an online coding school for kids ages 6-13. We built this tool to help students who are learning how to build Scratch games! This extension takes a screenshot of the Scratch page and sends it to the tutor so that they can help. If you are interested in signing up for coding classes, please visit our website. We offer live online classes with tutors at top colleges and companies like Stanford and Facebook.
擴展基本資訊
名稱 | |
ID | cembecghjhlpmijppbhoacdbnmbfmmka |
官方網址 | https://chrome.google.com/webstore/detail/blockschool-scratch-helpe/cembecghjhlpmijppbhoacdbnmbfmmka |
簡介 | Get help in Scratch projects with a live coding tutor from BlockSchool -- whenever you need it! |
檔案大小 | 53.3 KB |
安裝次數 | 123 |
目前版本 | 1.1 |
更新時間 | 2018-03-30 |
上架時間 | 2018-03-30 |
評分 | 4.67/5 共 12 次評分 |
開發者 | http://block.school |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://block.school/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlockSchool: Scratch Helper", "version": "1.1", "description": "Get help in Scratch projects with a live coding tutor from BlockSchool -- whenever you need it!", "manifest_version": 2, "icons": { "16": "images\/blockschool16.png", "32": "images\/blockschool32.png", "48": "images\/blockschool48.png", "128": "images\/blockschool128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/scratch.mit.edu\/*", "https:\/\/scratch.mit.edu\/*", "http:\/\/127.0.0.1:8888\/", "storage", " |