Clipou: Clipboard History Manager

Manage all your Clipps in one app

Clipou: Clipboard History Manager क्या है?

Clipou: Clipboard History Manager Extensions And Co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage all your Clipps in one app"।

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

screenshot

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

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

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

                        Quickly manage and list copied text.

Clipou will store the text you've copied across the web and allow you to manage it easily.  

Features :

- Manage your ClipBoard history.
- Add Clips by Ctrl + C or Click and Copy
- Add your Clips as favorits.
- Delete your Clips.

Notes :
- Clipou will ignore copied text from password fields.
- You Must reopen Chrome after installation.                    

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

नाम Clipou: Clipboard History Manager Clipou: Clipboard History Manager
ID npfghbanedhpdmbnnbiacklepppgfbid
आधिकारिक URL https://chromewebstore.google.com/detail/clipou-clipboard-history/npfghbanedhpdmbnnbiacklepppgfbid
विवरण Manage all your Clipps in one app
फ़ाइल का आकार 104 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-10-24
प्रकाशन तिथि 2022-10-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Extensions And Co
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "version": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_ext_name__",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    }
}