Teacher's Pet
Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)
什么是Teacher's Pet?
Teacher's Pet是由David Beroff开发的Chrome扩展程序,该扩展的主要功能是“Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)”。
扩展截图
下载Teacher's Pet扩展crx文件
下载Teacher's Pet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Teacher's Pet (for VIPKID Teachers only) displays and updates your Classroom status in your Classroom. You can see the unique Student ID on the Classrooms overview page. This is underlined when they're "new to me". The Classrooms tab expands to make full use of your browser's width, for improved clarity. Various abbreviations are made and the original screen is altered very slightly for a more compact presentation. The PreVIP (Level One) song buttons are displayed before class, (when they're actually useful). See http://WantMy.info/Pet for more information. Note: I do not represent VIPKID management in ANY form or fashion! I'm just a teacher, like you, trying to make things better for all of us.
扩展基本信息
名称 | Teacher's Pet |
ID | kbjjlchdjehdgjojdpakhjnemapoinco |
官方URL | https://chromewebstore.google.com/detail/teachers-pet/kbjjlchdjehdgjojdpakhjnemapoinco |
简介 | Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only) |
文件大小 | 139 KB |
安装次数 | 325 |
当前版本 | 6.61 |
更新时间 | 2020-04-27 |
上架时间 | 2020-04-27 |
评分 | 4.80/5 共35次评分 |
开发者 | David Beroff |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://wantmy.info/Pet |
隐私政策页面URL | https://awesomeamericanaudio.com/legal/privacy.php |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teacher's Pet", "short_name": "Teacher's Pet", "version": "6.61", "manifest_version": 2, "description": "Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)", "homepage_url": "http:\/\/WantMy.info\/Pet", "author": "Vladimir Victorov http:\/\/WantMy.info\/Vlad Commissioned by David Beroff", "content_scripts": [ { "js": [ "cs.js" ], "matches": [ "https:\/\/t.vipkid.com.cn\/*", "https:\/\/www.vipkidteachers.com\/*", "https:\/\/www.vipkid.com\/*" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "icon128.png", "default_popup": "options.html" }, "icons": { "128": "icon128.png" }, "background": { "scripts": [ "bg.js" ] }, "web_accessible_resources": [ "*.js", "style\/*.css", "bye.mp3", "images\/*" ], "converted_from_user_script": true } |