Clipboard Archive

Remember what you copied with Simple and Free Clipboard archive

Clipboard Archive क्या है?

Clipboard Archive Minhaj Minni & Nihal Ahamed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remember what you copied with Simple and Free Clipboard archive"।

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

screenshot
screenshot
screenshot

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

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

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

                        Clipboard Archive is an easy-to-use free chrome extension that will directly help you track your clipboard history and free your time from searching the source.

👉Page Source:
Helps you in redirecting to the source page from which the content was copied and it also has fav-icon to help you navigate the archived clipboards list.

👉Character Length: 
Helps the user in tracking the character length of each and every clipboard, so you don't have to go find other tools to find the character limit of your context.

👉Delete Clipboard History:
Delete all the clipboards by clicking the “Clear All” button on the top-right corner or delete the individual clipboard  by clicking the recycle action icon.

👉Safe & Secure Data:
We don't store any of your personal or private or clipboard information in our database , all of the clipboard data is stored in your local system which expires when you delete the clipboard archives. We no way possess any of your data for your safe and secure user journey.                    

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

नाम Clipboard Archive Clipboard Archive
ID pbdiacpehmcjhklkikdgmhpdjlgnlbad
आधिकारिक URL https://chromewebstore.google.com/detail/clipboard-archive/pbdiacpehmcjhklkikdgmhpdjlgnlbad
विवरण Remember what you copied with Simple and Free Clipboard archive
फ़ाइल का आकार 59.65 KB
स्थापना संख्या 245
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2022-11-29
प्रकाशन तिथि 2022-02-17
रेटिंग 4.63/5 कुल 8 रेटिंग्स
डेवलपर Minhaj Minni & Nihal Ahamed
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clipboard Archive",
    "description": "Remember what you copied with Simple and Free Clipboard archive",
    "version": "0.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Clipboard Archive",
        "default_icon": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ]
}