Teamtalk Screen Sharing
This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Teamtalk Screen Sharingとは何ですか?
Teamtalk Screen Sharingはhttps://teamtalk.ioによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.」です。
Teamtalk Screen Sharing拡張機能のCRXファイルをダウンロード
Teamtalk Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Screen Sharing Chrome Extension 拡張機能の基本情報
| 名前 | |
| ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
| 公式URL | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
| 説明 | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
| ファイルサイズ | 14.08 KB |
| インストール数 | 95 |
| 現在のバージョン | 3.0 |
| 最終更新日 | 2016-11-02 |
| 公開日 | 2016-11-02 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://teamtalk.io |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Teamtalk Screen Sharing",
"author": "Teamtalk",
"version": "3.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This Chrome extension is developed primary for https:\/\/teamtalk.io\/. It doesn't do anything except capture content of your screen.",
"homepage_url": "https:\/\/teamtalk.io\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "logo16.png",
"default_popup": "screensharing-test.html"
},
"externally_connectable": {
"matches": [
"https:\/\/localhost\/teamtalk\/public\/*",
"http:\/\/teamtalk.io\/*",
"https:\/\/teamtalk.io\/*",
"*:\/\/teamtalk.io\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |