WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

View Chrome History

View Chrome History

View on Chrome Web Store
0.0 (0 ratings)
0 views

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

See your View Chrome History and export it in a readable format as a CSV, JSON file or XLSX file.
Type
Extension
Users
17 users
3
tab manager
Published
Version 1.0.1
Manifest version
3
Updated
productivity/workflow
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "assets\/icon\/icon-16.png",
            "32": "assets\/icon\/icon-32.png",
            "48": "assets\/icon\/icon-48.png",
            "128": "assets\/icon\/icon-128.png"
        },
        "default_popup": "src\/html\/popup.html"
    },
    "background": {
        "service_worker": "src\/js\/background.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "history": "src\/html\/history.html"
    },
    "permissions": [
        "history"
    ],
    "icons": {
        "16": "assets\/icon\/icon-16.png",
        "32": "assets\/icon\/icon-32.png",
        "48": "assets\/icon\/icon-48.png",
        "128": "assets\/icon\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "src\/libs\/*",
                "libs\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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.