Bulk Image Resizer
Resize one image into many smaller different sizes.
Bulk Image Resizer란 무엇입니까?
Bulk Image Resizer은(는) KintariosDeveloper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resize one image into many smaller different sizes."입니다.
확장 프로그램 스크린샷
Bulk Image Resizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With just a few clicks, you can resize an image to any size you need. Simply select the image you want to resize, set the width and height in pixels, and download the resized files. Key Features: *Create and save size templates *Private & Secure *Can work offline *Fast & Reliable *Clear & Compact interface Resize any image, into any smaller size, at any time and in any amount. Privacy: Built using pure JavaScript and HTML, the extension ensures that everything remains private and that no data is sent to a cloud or third party. This makes it a secure and reliable option for anyone who needs to resize images regularly. Update Note v1.5: *Templates for setting standard sizes have been added. *The design of the extension has been improved *Several bugs and code issues have been fixed
확장 프로그램 기본 정보
이름 | Bulk Image Resizer |
ID | igpegkngdlkphacigkapjdlopmmnleop |
공식 URL | https://chromewebstore.google.com/detail/bulk-image-resizer/igpegkngdlkphacigkapjdlopmmnleop |
설명 | Resize one image into many smaller different sizes. |
파일 크기 | 63.27 KB |
설치 횟수 | 33 |
현재 버전 | 1.5 |
최근 업데이트 | 2023-02-20 |
출시 날짜 | 2020-11-23 |
개발자 | KintariosDeveloper |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bulk Image Resizer", "version": "1.5", "description": "Resize one image into many smaller different sizes.", "action": { "default_icon": "p16x16.png", "default_popup": "Menu.html" }, "icons": { "16": "p16x16.png", "19": "p19x19.png", "38": "p38x38.png", "48": "p48x48.png", "128": "p128x128.png" }, "permissions": [ "storage" ] } |