Terral's Tech Tips for Teachers
Rotating Google Slide deck of tech tips. See bit.ly/extproject1 for tutorial about how to modify to be your own.
什么是Terral's Tech Tips for Teachers?
Terral's Tech Tips for Teachers是由Wanda Terral开发的Chrome扩展程序,该扩展的主要功能是“Rotating Google Slide deck of tech tips. See bit.ly/extproject1 for tutorial about how to modify to be your own.”。
扩展截图
下载Terral's Tech Tips for Teachers扩展crx文件
下载Terral's Tech Tips for Teachers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Rotating Google Slide deck of tech tips. See http://bit.ly/extproject1 for a tutorial about how to modify to be your own. 扩展基本信息
| 名称 | |
| ID | inbliplkkkcnlenchjnghbnkamhjebhp |
| 官方URL | https://chromewebstore.google.com/detail/terrals-tech-tips-for-tea/inbliplkkkcnlenchjnghbnkamhjebhp |
| 简介 | Rotating Google Slide deck of tech tips. See bit.ly/extproject1 for tutorial about how to modify to be your own. |
| 文件大小 | 6.97 KB |
| 安装次数 | 113 |
| 当前版本 | 2.1 |
| 更新时间 | 2019-05-27 |
| 上架时间 | 2019-05-27 |
| 开发者 | Wanda Terral |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Terral's Tech Tips for Teachers",
"description": "Rotating Google Slide deck of tech tips. See bit.ly\/extproject1 for tutorial about how to modify to be your own.",
"version": "2.1",
"icons": {
"128": "icon_128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "icon_19.png",
"default_popup": "popup.html"
},
"permissions": []
} | |