Photo Mirror - Take Photo Online
Take photos with your webcam, record videos, create GIF animations, add effects and masks.
什么是Photo Mirror - Take Photo Online?
Photo Mirror - Take Photo Online是由https://photo-mirror.net开发的Chrome扩展程序,该扩展的主要功能是“Take photos with your webcam, record videos, create GIF animations, add effects and masks.”。
扩展截图
下载Photo Mirror - Take Photo Online扩展crx文件
下载Photo Mirror - Take Photo Online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Take pictures online with your webcam
- Create GIF animations
- Record videos
- Apply live filters
- Add amazing cool effects
- Add real-time masks
- Transform the way you look
- Selfies are easy and fun
- You only need a web browser
- Cross-platform and mobile-friendly
- All features are completely free
- Registration is not required 扩展基本信息
| 名称 | |
| ID | bodigfghdmaefehhkndaekbmffobmppb |
| 官方URL | https://chromewebstore.google.com/detail/photo-mirror-take-photo-o/bodigfghdmaefehhkndaekbmffobmppb |
| 简介 | Take photos with your webcam, record videos, create GIF animations, add effects and masks. |
| 文件大小 | 47.35 KB |
| 安装次数 | 1,281 |
| 当前版本 | 3.0.0.1 |
| 更新时间 | 2024-02-19 |
| 上架时间 | 2017-01-08 |
| 评分 | 3.66/5 共32次评分 |
| 开发者 | https://photo-mirror.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://photo-mirror.net/ |
| 帮助页面URL | http://photo-mirror.net/ |
| 支持的语言 | id,de,en,fr,nl,vi,tr,es,it,pl,pt-BR,ru,ar,zh-CN,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_lngExtTitle__",
"version": "3.0.0.1",
"description": "__MSG_lngExtDescription__",
"default_locale": "en",
"permissions": [],
"background": {
"service_worker": "scripts\/background.js"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |