ZIP Maker

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

ZIP Maker क्या है?

ZIP Maker fionapandora द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You may use an easy-to-use interface right in your browser to create zip files!"।

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

screenshot

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

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