ZIP Maker

You may use an easy-to-use interface right in your browser to create zip files!

ZIP Maker란 무엇입니까?

ZIP Maker은(는) fionapandora에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You may use an easy-to-use interface right in your browser to create zip files!"입니다.

확장 프로그램 스크린샷

screenshot

ZIP Maker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension "ZIP Maker" converts your file(s) into a single compressed file (.zip) automatically.

Drag & drop files to a designated area in the app's UI (top section) for uploading. The UI will display all of the uploaded items. You may now use the - Zip & Download - button to download the ZIP file to your computer (default download location). A reload symbol is located at the top-right corner of the app's UI. When you click on this symbol, the program is refreshed and all current operations are reset. To zip multiple files, simply drop them into one folder on your computer (top section). It is also suggested that you reload the application after each zipping operation.

Note 1: This plugin isn't meant to work with multiple types of files. It's only designed to compress zip files.

Note 2: This add-on uses an open-source JavaScript library for the zip operation. You may learn more about this library at https://github.com/gildas-lormeau/zip.js                    

확장 프로그램 기본 정보

이름 ZIP Maker ZIP Maker
ID hoekoogjfoffklkhomcmjhdkgmfgemeh
공식 URL https://chromewebstore.google.com/detail/zip-maker/hoekoogjfoffklkhomcmjhdkgmfgemeh
설명 You may use an easy-to-use interface right in your browser to create zip files!
파일 크기 174 KB
설치 횟수 159
현재 버전 0.1
최근 업데이트 2022-06-26
출시 날짜 2022-06-26
평점 4.69/5 총 13 개의 평점
개발자 fionapandora
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://worldaddons.com/zip-maker/
도움말 페이지 URL https://worldaddons.com/contact/
개인정보 보호 정책 페이지 URL https://worldaddons.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "ZIP Maker",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "zip-maker",
    "optional_permissions": [
        "downloads"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/zip-maker\/",
    "description": "You may use an easy-to-use interface right in your browser to create zip files!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ZIP Maker",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}