WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Web Clipper

Web Clipper

View on Chrome Web Store
View Web Clipper Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (188 ratings)
1 new ratings
28 views
This extension has been viewed 28 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.

Web Clipper is an open source extension.You can save anything on the web to anywhere.And you can easily to add any platform. Web…
Type
Extension
Users
30,000 users
10K
DiamondYuan
View author page of DiamondYuan
Published
Published on August 22, 2019
Version 1.42.0
Manifest version
3
Updated
Updated on October 21, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Web Clipper 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,
    "name": "Web Clipper",
    "version": "1.42.0",
    "action": [],
    "background": {
        "service_worker": ".\/background.js"
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "commands": {
        "save-selection": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Save selection"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "tool.html",
                "tool.js",
                "vendor.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                ".\/content_script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.clipper.website\/*",
        "https:\/\/resource.clipper.website\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "<all_urls>"
    ],
    "optional_permissions": [
        "cookies"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "declarativeNetRequestWithHostAccess"
    ]
}
© 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