ZIP Reader

View & extract any zip file via an easy-to-use UI right in your browser!

ZIP Reader란 무엇입니까?

ZIP Reader은(는) loora에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View & extract any zip file via an easy-to-use UI right in your browser!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ZIP Reader is an extension that helps you easily unzip a compressed file.

Simply drag & drop a zipped file to a designated area in the app UI (top section). All the zip content will be listed in the UI. You can download each individual file by clicking on it or download all files to a single folder.

Note 1: this add-on is only designed for "reading" a ZIP file. For the inverse operation (zip a folder), you need to use a different application. There is also a reload button at the top left corner in the app UI. Clicking on this button will reload the app. If you want to extract multiple zip files, please do this one by one. It is also recommended to reload the UI after each unzips operation.

Note 2: this add-on is using an open-source JavaScript library for the unzip operation. You can get more info about this library here: https://github.com/gildas-lormeau/zip.js

If you see any bug or have a feature request in mind, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/zip-reader.html).                    

확장 프로그램 기본 정보

이름 ZIP Reader ZIP Reader
ID hppjaadfhhgadeokjndmbnjnegagcadd
공식 URL https://chromewebstore.google.com/detail/zip-reader/hppjaadfhhgadeokjndmbnjnegagcadd
설명 View & extract any zip file via an easy-to-use UI right in your browser!
파일 크기 107 KB
설치 횟수 11,806
현재 버전 0.1.6
최근 업데이트 2023-11-13
출시 날짜 2020-01-09
평점 3.78/5 총 9 개의 평점
개발자 loora
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/zip-reader.html
도움말 페이지 URL https://mybrowseraddon.com/zip-reader.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "name": "ZIP Reader",
    "manifest_version": 3,
    "offline_enabled": true,
    "optional_permissions": [
        "downloads"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/zip-reader.html",
    "description": "View & extract any zip file via an easy-to-use UI right in your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ZIP Reader",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}