WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Clipboard Manager and Text Expander - Clipboard History Pro

Clipboard Manager and Text Expander - Clipboard History Pro

View on Chrome Web Store
View Clipboard Manager and Text Expander - Clipboard History Pro Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (772 ratings)
1 new ratings
10 views
This extension has been viewed 10 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.

Save, organize & instantly access clipboard history in Chrome. Sync across devices, create text snippets & boost productivity
Type
Extension
Users
100,000 users
10K
clipboard
View author page of clipboard
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 22, 2015
Version 3581
Manifest version
3
Updated
Updated on March 4, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Clipboard Manager and Text Expander - Clipboard History Pro 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": "Clipboard Manager and Text Expander - Clipboard History Pro",
    "short_name": "Clipboard",
    "description": "Save, organize & instantly access clipboard history in Chrome. Sync across devices, create text snippets & boost productivity",
    "version": "3581",
    "host_permissions": [
        "<all_urls>"
    ],
    "offline_enabled": true,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "imgs\/32.png",
        "48": "imgs\/48.png",
        "128": "imgs\/128.png"
    },
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "storage",
        "activeTab",
        "contextMenus",
        "offscreen",
        "identity",
        "scripting",
        "alarms"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "commands": {
        "runPageWidget": {
            "description": "Run Page Widget (Pro)"
        },
        "lockNow": {
            "description": "Lock Now (Pro)"
        },
        "floatingMode": {
            "description": "Open Floating Mode (Pro)"
        },
        "pasteFav0": {
            "suggested_key": {
                "default": "Shift+Alt+1",
                "mac": "Shift+Alt+1"
            },
            "description": "Paste #1 favorite item"
        },
        "pasteFav1": {
            "suggested_key": {
                "default": "Shift+Alt+2",
                "mac": "Shift+Alt+2"
            },
            "description": "Paste #2 favorite item"
        },
        "pasteFav2": {
            "suggested_key": {
                "default": "Shift+Alt+3",
                "mac": "Shift+Alt+3"
            },
            "description": "Paste #3 favorite item"
        }
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Clipboard History Pro",
        "default_popup": "popup.html",
        "default_icon": {
            "38": "imgs\/38dis.png"
        }
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com' 'https:\/\/www.gstatic.com' 'https:\/\/www.googleapis.com' 'https:\/\/securetoken.googleapis.com'"
    },
    "options_page": "options.html",
    "oauth2": {
        "client_id": "661094747833-5eo47hboogevkatl5p1rlb9gj8vtt75v.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-script\/content-script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*",
                "https:\/\/*.zendesk.com\/*"
            ],
            "js": [
                "content-script\/expander.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ckeditor-inject.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 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