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 |
官方URL | 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", " |