TapChief Screen Sharing
This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
什么是TapChief Screen Sharing?
TapChief Screen Sharing是由https://www.tapchief.com开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.”。
扩展截图
下载TapChief Screen Sharing扩展crx文件
下载TapChief Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | gldakbghopefnhcagpbhdocnopmmnbfp |
| 官方URL | https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp |
| 简介 | This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen. |
| 文件大小 | 20.55 KB |
| 安装次数 | 2,116 |
| 当前版本 | 3.2 |
| 更新时间 | 2019-02-08 |
| 上架时间 | 2019-02-08 |
| 评分 | 4.71/5 共7次评分 |
| 开发者 | https://www.tapchief.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TapChief Screen Sharing",
"author": "TapChief",
"version": "3.2",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This Chrome extension is developed primary for https:\/\/tapchief.com\/. It doesn't do anything except capture content of your screen.",
"homepage_url": "http:\/\/tapchief.com\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.tapchief.com\/*",
"https:\/\/tapchief.com\/*",
"https:\/\/stagingmentor.upgrad.com\/*",
"https:\/\/stagingmentor1.upgrad.com\/*",
"https:\/\/staging-frontend.tapchief.com\/*",
"https:\/\/mentor.upgrad.com\/*",
"https:\/\/192.168.1.104\/*",
"https:\/\/127.0.0.1\/*",
"https:\/\/0.0.0.0\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |