Abacus Learnining Lab Screen Sharing
This extension allows you to share your screen on Abacus Learning Lab website.
Abacus Learnining Lab Screen Sharingとは何ですか?
Abacus Learnining Lab Screen Sharingはhttps://www.abacusmathslearning.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to share your screen on Abacus Learning Lab website.」です。
拡張機能のスクリーンショット
Abacus Learnining Lab Screen Sharing拡張機能のCRXファイルをダウンロード
Abacus Learnining Lab Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This screen share extension is used only for the video class link in Abacus Learning Lab. To share your screen in the video link, you will need to install this extension to your Chrome browser.
拡張機能の基本情報
名前 | |
ID | gphoobijaphjgacbpndbennmoglkfobm |
公式URL | https://chromewebstore.google.com/detail/abacus-learnining-lab-scr/gphoobijaphjgacbpndbennmoglkfobm |
説明 | This extension allows you to share your screen on Abacus Learning Lab website. |
ファイルサイズ | 19.86 KB |
インストール数 | 53 |
現在のバージョン | 1.4 |
最終更新日 | 2015-08-28 |
公開日 | 2015-08-28 |
開発者 | https://www.abacusmathslearning.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Abacus Learnining Lab Screen Sharing", "author": "Abacus Learning Lab", "version": "1.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows you to share your screen on Abacus Learning Lab website.", "homepage_url": "http:\/\/www.abacusmathslearning.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.abacusmathslearning.com\/*", "*:\/\/*.abacuslearninglab.com\/*", "https:\/\/*.abacusmathslearning.s3.amazonaws.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo128.png" ] } |