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拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | TapChief Screen Sharing |
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" ] } |