Copy Clipboard Extension

Simple plugin so you can copy selected text and see the last 100 copied items.

Copy Clipboard Extension क्या है?

Copy Clipboard Extension https://mozared.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple plugin so you can copy selected text and see the last 100 copied items."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Copy Clipboard Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Clipboard History is a powerful and user-friendly Google Chrome extension that allows you to manage and access your copied text more efficiently. With this extension, you can easily track the last 100 copied items and access them in a convenient list directly from your browser.

Features:

Keep track of your last 100 copied items: Clipboard History automatically stores the most recent text that you've copied, providing you with a convenient list of up to 100 items.
Copy items with one click: Easily copy any text from your clipboard history with a single click on the "Copy" button next to the item.
Delete items from the list: Remove any unwanted items from your clipboard history with the "Delete" button next to each item, giving you complete control over your clipboard data.
Real-time updates: The extension updates your clipboard history in real-time, so you always have the most up-to-date information at your fingertips.
Simple and easy-to-use interface: The clean and intuitive interface of Clipboard History allows for seamless interaction, ensuring a smooth and enjoyable user experience.
Installation:

To get started with Clipboard History, simply visit the Google Chrome Web Store, search for "Clipboard History" and click "Add to Chrome". After installation, you'll see a new icon in your browser's toolbar. Click on it to access your clipboard history.

Usage:

Copy any text as you normally would.
Click on the Clipboard History icon in your browser's toolbar.
View, copy, or delete items from your clipboard history as needed.
Clipboard History is the perfect tool for those who frequently copy and paste text, streamlining the process and enhancing productivity. Give it a try and enjoy a more efficient and organized clipboard experience!                    

एक्सटेंशन की मूल जानकारी

नाम Copy Clipboard Extension Copy Clipboard Extension
ID libklccpahbpglhhaogpnfgjjckhlbaj
आधिकारिक URL https://chromewebstore.google.com/detail/copy-clipboard-extension/libklccpahbpglhhaogpnfgjjckhlbaj
विवरण Simple plugin so you can copy selected text and see the last 100 copied items.
फ़ाइल का आकार 47.37 KB
स्थापना संख्या 728
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-07-30
प्रकाशन तिथि 2023-03-20
डेवलपर https://mozared.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mozared.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Clipboard Extension",
    "version": "1.0.0",
    "description": "Simple plugin so you can copy selected text and see the last 100 copied items.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}