CopyLinks: Copy links with ease

CopyLinks is a one-click copy solution for quick copy pasting of urls

CopyLinks: Copy links with ease क्या है?

CopyLinks: Copy links with ease T-Solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CopyLinks is a one-click copy solution for quick copy pasting of urls"।

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

screenshot

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

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

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

                        CopyLinks is a simple plugin to copy links from your current tab to the clipboard. Especially useful for people sharing links from one browser tab to another.

Usage:
- Simply click on extension to copy link shown in current tab to clipboard
- OR you can click "Alt+L" to copy url in current tab

Simply paste using the regular "Command + V"

What does it save?
- Manual select all "Ctrl + L" & "Ctrl +C" is now in one command
- 2 clicks are now converted to 1

Wish you a happy & productive day!                    

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

नाम CopyLinks: Copy links with ease CopyLinks: Copy links with ease
ID kogblnmgnabbjjdoaabkkjikpejeimom
आधिकारिक URL https://chromewebstore.google.com/detail/copylinks-copy-links-with/kogblnmgnabbjjdoaabkkjikpejeimom
विवरण CopyLinks is a one-click copy solution for quick copy pasting of urls
फ़ाइल का आकार 21.57 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2022-07-26
प्रकाशन तिथि 2021-03-22
डेवलपर T-Solutions
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyLinks: Copy links with ease",
    "version": "1.0.0.0",
    "description": "CopyLinks is a one-click copy solution for quick copy pasting of urls",
    "browser_action": [],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "copy-link": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Copy link to clipboard"
        }
    }
}