LearningChinese Screenshare Extension
Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.
LearningChinese Screenshare Extensionとは何ですか?
LearningChinese Screenshare Extensionはhttps://chinese.com.vnによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.」です。
拡張機能のスクリーンショット
LearningChinese Screenshare Extension拡張機能のCRXファイルをダウンロード
LearningChinese Screenshare Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Trung tâm tiếng Trung Chinese. Dạy học tiếng Trung Quốc Online - Hotline 0989543912 Website: https://chinese.edu.vn - Dịch vụ tại Chinese + Khóa học tiếng tại Hà Nội, HCM, Hạ Long + Gia sư tiếng Trung tại nhà + Dịch thuật - Phiên dịch tiếng Trung + Bán sách tiếng Trung, video dạy học
拡張機能の基本情報
名前 | LearningChinese Screenshare Extension |
ID | hcbogoldohibdpnjhklaijdgankipnkd |
公式URL | https://chromewebstore.google.com/detail/learningchinese-screensha/hcbogoldohibdpnjhklaijdgankipnkd |
説明 | Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings. |
ファイルサイズ | 9.25 KB |
インストール数 | 10 |
現在のバージョン | 2.0 |
最終更新日 | 2020-01-02 |
公開日 | 2020-01-02 |
開発者 | https://chinese.com.vn |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://chinese.com.vn/ |
ヘルプページのURL | https://chinese.com.vn/ |
プライバシーポリシーページのURL | https://chinese.edu.vn/chinh-sach-bao-mat |
対応言語 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LearningChinese Screenshare Extension", "author": "chinese.com.vn", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.", "homepage_url": "http:\/\/learningchinese.info\/", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.learningchinese.info\/*" ] }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |