Copy Rich Link

Copy the page title and URL as rich text.

Copy Rich Link क्या है?

Copy Rich Link r7kamura द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy the page title and URL as rich text."।

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

screenshot
screenshot

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

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

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

                        Copy the page title and URL as rich text.

Useful for pasting links to Slack, Google Docs, etc.

## Usage

Click the extension icon or execute the keyboard shortcut to copy the link to the page as rich text.

## Keyboard shortcut

The default keyboard shortcut is Ctrl + Shift + L, and Command + Shift + L on Mac.
This can be changed from the browser's extension settings.

## Plain text fallback

As a fallback, we also copy in plain text format in the form `"{title}" {url}`,
so that if you paste where rich text is not available or paste explicitly as plain text (Ctrl + Shift + V on Windows), this plain text format will be pasted.                    

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

नाम Copy Rich Link Copy Rich Link
ID hikiamlgpdcabppakpmemaofmkgknpea
आधिकारिक URL https://chromewebstore.google.com/detail/copy-rich-link/hikiamlgpdcabppakpmemaofmkgknpea
विवरण Copy the page title and URL as rich text.
फ़ाइल का आकार 12.4 KB
स्थापना संख्या 253
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2022-05-07
प्रकाशन तिथि 2022-05-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर r7kamura
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/r7kamura/copy-rich-link
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Rich Link",
    "description": "Copy the page title and URL as rich text.",
    "version": "0.1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ]
}