Add Watermark to Photos in Google Chrome™
Add Watermark to Images and Photos.
Add Watermark to Photos in Google Chrome™란 무엇입니까?
Add Watermark to Photos in Google Chrome™은(는) Free Software Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add Watermark to Images and Photos."입니다.
확장 프로그램 스크린샷
Add Watermark to Photos in Google Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Want to ensure your photos are not illegally downloaded and uplaoded to other parts of the Internet. You should watermark all your photos/images before you upload them to the Internet. Try using our free software tool to watermark all your photos today! When you watermark your images, this helps to deter other people from uploading your photos around the Internet without your permission. Even if the photo is uploaded without your knowedge, you get some branding/advertising exposure due to the watermark. Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Add Watermark to Photos in Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.
확장 프로그램 기본 정보
이름 | Add Watermark to Photos in Google Chrome™ |
ID | ndbjoeefbingjamocfemomacijgakilg |
공식 URL | https://chromewebstore.google.com/detail/add-watermark-to-photos-i/ndbjoeefbingjamocfemomacijgakilg |
설명 | Add Watermark to Images and Photos. |
파일 크기 | 194 KB |
설치 횟수 | 1,683 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-04-27 |
출시 날짜 | 2020-05-21 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Free Software Extensions |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.freebusinessapps.net/privacy |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_AppName__", "version": "1.0.0", "description": "__MSG_AppDesc__", "default_locale": "en", "browser_action": { "default_icon": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png", "512": "img\/icon-512.png" } }, "icons": { "256": "img\/icon-512.png", "128": "img\/icon-128.png", "48": "img\/icon-48.png", "16": "img\/icon-16.png" }, "background": { "scripts": [ "js\/update-conf.js", "js\/update.min.js", "js\/background.js" ] }, "permissions": [ "https:\/\/*.editimagesnow.com\/*" ] } |