Bulk JPEG, PNG Images Optimizer

Reduce the size of your JPEG, PNG images without any noticeable quality loss. Convert image files instantly, real-time.

Bulk JPEG, PNG Images Optimizer란 무엇입니까?

Bulk JPEG, PNG Images Optimizer은(는) Smart Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reduce the size of your JPEG, PNG images without any noticeable quality loss. Convert image files instantly, real-time."입니다.

확장 프로그램 스크린샷

screenshot

Bulk JPEG, PNG Images Optimizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This app is handy and very easy to use optimizer for JPEG, PNG files. Your image files can be 10%-70% smaller. This app allows you to reduce the size of your image files without any noticeable quality loss.

This app only works locally without going through the server. It allows you to convert image files instantly, real-time. You don't need to upload a file to any server.

You can select image files to convert from your local computer and from Google Drive™ directly. and Save the optimized files to Google Drive™.                    

확장 프로그램 기본 정보

이름 Bulk JPEG, PNG Images Optimizer Bulk JPEG, PNG Images Optimizer
ID jglfehaddibdnfchgicahpdifopgihcb
공식 URL https://chromewebstore.google.com/detail/bulk-jpeg-png-images-opti/jglfehaddibdnfchgicahpdifopgihcb
설명 Reduce the size of your JPEG, PNG images without any noticeable quality loss. Convert image files instantly, real-time.
파일 크기 23.54 KB
설치 횟수 2,041
현재 버전 1.0.1.2
최근 업데이트 2023-06-09
출시 날짜 2020-06-02
평점 3.68/5 총 40 개의 평점
개발자 Smart Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thetimetube.herokuapp.com/optimizer/
개인정보 보호 정책 페이지 URL http://iblogbox.com/chrome/tos.php
지원되는 언어 en-US
manifest.json
{
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en_US",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "1.0.1.2"
}