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 |
| 官方網址 | 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"
]
} | |