Eurekly Screen Sharing Tool
Screen sharing intended for lessons
Eurekly Screen Sharing Toolとは何ですか?
Eurekly Screen Sharing ToolはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Screen sharing intended for lessons」です。
拡張機能のスクリーンショット
Eurekly Screen Sharing Tool拡張機能のCRXファイルをダウンロード
Eurekly Screen Sharing Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Screen sharing tool for lessons on eurekly.com
拡張機能の基本情報
名前 | Eurekly Screen Sharing Tool |
ID | njhikinoafadkdeebbpacgkfoidhfdob |
公式URL | https://chromewebstore.google.com/detail/eurekly-screen-sharing-to/njhikinoafadkdeebbpacgkfoidhfdob |
説明 | Screen sharing intended for lessons |
ファイルサイズ | 27.11 KB |
インストール数 | 48 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-05-24 |
公開日 | 2019-05-24 |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://stage.eurekly.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0.0", "default_locale": "en", "description": "__MSG_appDesc__", "short_name": "Screen Share", "icons": { "16": ".\/icons\/16.png", "32": ".\/icons\/32.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "background": { "scripts": [ "extension.js" ] }, "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/*.eurekly.com\/*" ] }, "browser_action": { "default_icon": "\/icons\/48.png" }, "permissions": [ "desktopCapture", "tabs" ] } |