Techy Coach Tutorials
This extension allows you to access Google Tutorials from the Techy Coach
什么是Techy Coach Tutorials?
Techy Coach Tutorials是由https://techycoach.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to access Google Tutorials from the Techy Coach”。
扩展截图
下载Techy Coach Tutorials扩展crx文件
下载Techy Coach Tutorials扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension connects you with Google Tutorials from the Techy Coach. Access tutorials for the Google products you need, when you need them.
扩展基本信息
名称 | Techy Coach Tutorials |
ID | kgafdjgebgihfdijdoamohhcmbfegebg |
官方URL | https://chromewebstore.google.com/detail/techy-coach-tutorials/kgafdjgebgihfdijdoamohhcmbfegebg |
简介 | This extension allows you to access Google Tutorials from the Techy Coach |
文件大小 | 4.6 KB |
安装次数 | 179 |
当前版本 | 1.0 |
更新时间 | 2016-04-04 |
上架时间 | 2016-04-04 |
评分 | 5.00/5 共3次评分 |
开发者 | https://techycoach.com |
付费类型 | free |
扩展官网 | http://youtube.com/shawnbeard07 |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Techy Coach Tutorials", "version": "1.0", "manifest_version": 2, "description": "This extension allows you to access Google Tutorials from the Techy Coach", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |