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

Clipboard History

Access and manage your clipboard history with ease

Favourite Symbols - Copy, Paste and Shortcuts

Favourite Symbols - Copy, Paste and Shortcuts

View on Chrome Web Store
5.0 (2 ratings)
1 new ratings
7 views

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

📋 Streamline work with Favourite Symbols: easily copy and paste emoji, special characters and text snippets!
Type
Extension
Users
178 users
4
dreambuilder.first
Featured Extension

Hand-picked for quality and usefulness

Published
Version 1.1.0
Manifest version
3
Updated
make_chrome_yours/functionality
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_shortDesc__",
    "version": "1.1.0",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "commands",
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/howto\/howto.html",
                "libs\/ratepop\/*.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "pages\/popup\/popup.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "libs\/ratepop\/ratepop.js",
                "cs\/cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "shortcut-1": {
            "suggested_key": {
                "default": "Alt+1",
                "mac": "Command+1"
            },
            "description": "Symbol Shortcut 1"
        },
        "shortcut-2": {
            "suggested_key": {
                "default": "Alt+2",
                "mac": "Command+2"
            },
            "description": "Symbol Shortcut 2"
        },
        "shortcut-3": {
            "suggested_key": {
                "default": "Alt+3",
                "mac": "Command+3"
            },
            "description": "Symbol Shortcut 3"
        },
        "show-favorites": {
            "suggested_key": {
                "default": "Alt+V",
                "mac": "Alt+V"
            },
            "description": "Show favorites popup"
        }
    },
    "icons": {
        "48": "logo\/lg_48x48.png",
        "64": "logo\/lg_64x64.png",
        "96": "logo\/lg_96x96.png",
        "128": "logo\/lg_128x128.png",
        "256": "logo\/lg_256x256.png"
    }
}
© 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.