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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 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"
}
} | |