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

Clipboard History

Access and manage your clipboard history with ease

Fast Copy as Plain Text

Fast Copy as Plain Text

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

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

⚡️ Simple Extension that helps to copy as plain text using Ctrl + C or button in context menu ⚡️
Type
Extension
Users
44 users
1
NightStranger
Published
Version 1.2
Manifest version
3
Updated
productivity/tools
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fast Copy as Plain Text",
    "author": "NightStranger",
    "description": "\u26a1\ufe0f Simple Extension that helps to copy as plain text using Ctrl + C or button in context menu \u26a1\ufe0f",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "clipboardWrite",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/logo_16.png",
        "64": "icons\/logo_64.png",
        "128": "icons\/logo_128.png"
    },
    "action": {
        "default_icon": "icons\/logo_128.png",
        "default_popup": "src\/popup.html"
    },
    "commands": {
        "clearText": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Clear formatting from clipboard"
        }
    }
}
© 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.