Copy Text as Link

Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.

Copy Text as Link क्या है?

Copy Text as Link Ryan Spain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact."।

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

screenshot

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

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

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

                        This extension removes the need to copy a link address and link text seperately. By simply highlighting text on a webpage, right-clicking and selected 'Copy text as link', the selected text will be copied to the clipboard as a link using the active tabs URL.

Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.

Pasted links will inherit the styling of the target rich text editor.                    

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

नाम Copy Text as Link Copy Text as Link
ID jdhbnbfdhfndpjafikjmbdabogdecenp
आधिकारिक URL https://chromewebstore.google.com/detail/copy-text-as-link/jdhbnbfdhfndpjafikjmbdabogdecenp
विवरण Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.
फ़ाइल का आकार 14.3 KB
स्थापना संख्या 93
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-11-11
प्रकाशन तिथि 2021-09-12
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Ryan Spain
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ryanspain/chromium-copy-text-as-link
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Text as Link",
    "description": "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}