WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Zipline Extension

Zipline Extension

View on Chrome Web Store
View Zipline Extension Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Zipline Web Extension to Upload, View and Edit files from a Zipline v4 Server.
Type
Extension
Users
9 users
1
Shane
View author page of Shane
Published
Published on July 9, 2025
Version 0.0.3
Manifest version
3
Updated
Updated on July 17, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Zipline Extension Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.3",
    "name": "Zipline Extension",
    "description": "Zipline Web Extension to Upload, View and Edit files from a Zipline v4 Server.",
    "homepage_url": "https:\/\/github.com\/cssnr\/zipline-extension",
    "author": "Shane",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+Z"
            },
            "description": "Show Popup"
        },
        "openSidePanel": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Open Side Panel"
        },
        "openZipline": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "Open Zipline"
        },
        "openFiles": {
            "suggested_key": {
                "default": "Alt+Shift+G"
            },
            "description": "Open Files"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "scripting",
        "storage",
        "offscreen",
        "sidePanel"
    ],
    "background": {
        "type": "module",
        "service_worker": "js\/service-worker.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Zipline Extension",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "media\/logo16.png",
            "32": "media\/logo32.png",
            "48": "media\/logo48.png",
            "96": "media\/logo96.png",
            "128": "media\/logo128.png"
        }
    },
    "icons": {
        "16": "media\/logo16.png",
        "32": "media\/logo32.png",
        "48": "media\/logo48.png",
        "96": "media\/logo96.png",
        "128": "media\/logo128.png"
    },
    "side_panel": {
        "default_path": "html\/popup.html?view=sidepanel"
    },
    "minimum_chrome_version": "109",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top