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文件

下载ZIP Maker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}