ZIP Reader

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

ZIP Reader क्या है?

ZIP Reader loora द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View & extract any zip file via an easy-to-use UI right in your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ZIP Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}