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 |
| 电子邮箱 | [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"
} | |