24HourAnswers whiteboard screen sharing
Enables screen sharing from the whiteboard on 24HourAnswers.com
什麼是24HourAnswers whiteboard screen sharing?
24HourAnswers whiteboard screen sharing是由http://www.24houranswers.com開發的Chrome擴展程式,該擴展的主要功能是“Enables screen sharing from the whiteboard on 24HourAnswers.com”。
擴展截圖
下載24HourAnswers whiteboard screen sharing擴展crx文件
下載24HourAnswers whiteboard screen sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This app enables screen sharing in the whiteboard found on 24HourAnswers.com
擴展基本資訊
名稱 | |
ID | cngccmhpnjalabkhjkmoidaojddidfng |
官方網址 | https://chrome.google.com/webstore/detail/24houranswers-whiteboard/cngccmhpnjalabkhjkmoidaojddidfng |
簡介 | Enables screen sharing from the whiteboard on 24HourAnswers.com |
檔案大小 | 24.26 KB |
安裝次數 | 170 |
目前版本 | 1.0.3 |
更新時間 | 2015-09-15 |
上架時間 | 2015-09-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://www.24houranswers.com |
付費類型 | free |
擴展官網 | http://www.24houranswers.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "24HourAnswers whiteboard screen sharing", "description": "Enables screen sharing from the whiteboard on 24HourAnswers.com", "version": "1.0.3", "manifest_version": 2, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ] } } |