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.
擴展基本資訊
名稱 | Abacus Learnining Lab Screen Sharing |
ID | gphoobijaphjgacbpndbennmoglkfobm |
官方網址 | 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" ] } |