Web cameras for Chrome
Showing web cameras in Chrome
Web cameras for Chromeとは何ですか?
Web cameras for Chromeはhttps://travel-cam.netによって開発されたChromeの拡張機能で、その主な機能は「Showing web cameras in Chrome」です。
拡張機能のスクリーンショット
Web cameras for Chrome拡張機能のCRXファイルをダウンロード
Web cameras for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show different webcams from the catalog, from site https://travel-cam.net
Pay attention to the fact that when there is a small preview of the picture is there on time does not match the current one. To see the current image from a web camera, you press the view button. You can press on the notification or on the blue icon of the extension on the extension panel. 拡張機能の基本情報
| 名前 | |
| ID | hggkddbjpepdebhffdjahfhkfjafpkmn |
| 公式URL | https://chromewebstore.google.com/detail/web-cameras-for-chrome/hggkddbjpepdebhffdjahfhkfjafpkmn |
| 説明 | Showing web cameras in Chrome |
| ファイルサイズ | 769 KB |
| インストール数 | 3,527 |
| 現在のバージョン | 8.3 |
| 最終更新日 | 2023-12-29 |
| 公開日 | 2020-02-07 |
| 評価 | 3.71/5 合計 24 レビュー |
| 開発者 | https://travel-cam.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://travel-cam.net/ |
| ヘルプページのURL | https://travel-cam.net/about |
| 対応言語 | en,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name_local__",
"version": "8.3",
"default_locale": "en",
"description": "__MSG_descr_local__",
"host_permissions": [
"https:\/\/travel-cam.net\/"
],
"permissions": [
"notifications",
"storage",
"alarms"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "__MSG_popup_local__"
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"options_page": "options.html"
} | |