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 |
公式URL | 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\/*" ] } } |