pic resizer browser extension
rightclick an resize any pic for free
pic resizer browser extension란 무엇입니까?
pic resizer browser extension은(는) Nitro Rain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "rightclick an resize any pic for free"입니다.
확장 프로그램 스크린샷
pic resizer browser extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
right-click on the image and select the resize image option When it comes to photo size, you often have to sacrifice quality. You don't have to make this sacrifice with this Simple Image Resizer! You can resize your images and photos without sacrificing quality. Simple Image Resizer works without the need to install any additional software on your computer. NB: The extension is supported with contextual ads and donations. Please consider aiding further development and in keeping this extension ad light with kind DONATIONS
확장 프로그램 기본 정보
이름 | pic resizer browser extension |
ID | ejbopgfccmdnlalcgbhelnkennjgnief |
공식 URL | https://chromewebstore.google.com/detail/pic-resizer-browser-exten/ejbopgfccmdnlalcgbhelnkennjgnief |
설명 | rightclick an resize any pic for free |
파일 크기 | 775 KB |
설치 횟수 | 53 |
현재 버전 | 1.6.5.0 |
최근 업데이트 | 2022-07-08 |
출시 날짜 | 2022-07-07 |
개발자 | Nitro Rain |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.privacypolicygenerator.info/live.php?token=wVLCtmnjHMJ7kKxnuQ66fvgcVcikIuTv |
지원되는 언어 | en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "pic resizer browser extension", "short_name": "pic resizer", "version": "1.6.5.0", "manifest_version": 3, "default_locale": "en", "options_page": ".\/options\/options.html", "action": { "default_icon": { "128": "icons\/128-on.png" }, "default_popup": "menu.html", "default_title": "pic_resizer" }, "description": "rightclick an resize any pic for free", "icons": { "128": "icons\/128x128.png", "16": "icons\/16x16.png", "19": "icons\/19x19.png", "24": "icons\/24x24.png", "32": "icons\/32x32.png", "64": "icons\/64x64.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "\/icons\/button-icon.png", "menu.html", "js\/menu.js", "css\/menu.css", "images\/logo-menu.png", "index.html", "js\/main.js", "css\/general.css", "images\/logo.png" ], "matches": [], "extension_ids": [] } ] } |