DocCam Viewer
Document Camera Viewer for Chromium Browsers
什么是DocCam Viewer?
DocCam Viewer是由FikesMedia开发的Chrome扩展程序,该扩展的主要功能是“Document Camera Viewer for Chromium Browsers”。
扩展截图
下载DocCam Viewer扩展crx文件
下载DocCam Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows for a traditional document camera interface on chromium browsers. 扩展基本信息
| 名称 | |
| ID | njkaoncgdacajckgpjnphkldioicgopb |
| 官方URL | https://chromewebstore.google.com/detail/doccam-viewer/njkaoncgdacajckgpjnphkldioicgopb |
| 简介 | Document Camera Viewer for Chromium Browsers |
| 文件大小 | 106 KB |
| 安装次数 | 1,239 |
| 当前版本 | 1.2.1 |
| 更新时间 | 2024-01-10 |
| 上架时间 | 2020-11-05 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | FikesMedia |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.fikesmedia.com |
| 帮助页面URL | https://www.fikesmedia.com/contact |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DocCam Viewer",
"version": "1.2.1",
"description": "Document Camera Viewer for Chromium Browsers",
"icons": {
"128": "app\/icon-128.png"
},
"browser_action": {
"default_title": "DocCam",
"default_icon": "app\/icon-512.png"
},
"permissions": [],
"background": {
"scripts": [
"background.js"
],
"peprsistent": false
}
} | |