Copy As Hyperlink
Copy page title or selected text as a pasteable hyperlink
Copy As Hyperlink क्या है?
Copy As Hyperlink Frederick Hewett (Cambridge, MA) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy page title or selected text as a pasteable hyperlink"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copy As Hyperlink एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The purpose of this extension is to facilitate copying and pasting of text from a webpage such that the copied data includes a hyperlink to the page on which the text appears. To use this extension: 1. On the web page for which you're creating a link, select the text that you want to appear in the destination document. For a news article, this might be the article headline. If no text is selected, the page title will be used. 2. Click on the icon for this extension. A small window that says "Link copied" will pop up temporarily next to the icon. 3. Paste the text into the destination document. It should appear as a hyperlink to the webpage from which the text was copied. 4. You can also use a hot key to invoke the extension. The default is Alt-Shift-L.
एक्सटेंशन की मूल जानकारी
नाम | Copy As Hyperlink |
ID | aphcegfomnecchcihkiilhngijgjgffi |
आधिकारिक URL | https://chromewebstore.google.com/detail/copy-as-hyperlink/aphcegfomnecchcihkiilhngijgjgffi |
विवरण | Copy page title or selected text as a pasteable hyperlink |
फ़ाइल का आकार | 38.12 KB |
स्थापना संख्या | 1,554 |
वर्तमान संस्करण | 4.1.1 |
अंतिम अपडेट | 2023-04-15 |
प्रकाशन तिथि | 2020-05-08 |
रेटिंग | 3.42/5 कुल 12 रेटिंग्स |
डेवलपर | Frederick Hewett (Cambridge, MA) |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy As Hyperlink", "description": "Copy page title or selected text as a pasteable hyperlink", "version": "4.1.1", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "copyashyperlink.html", "default_icon": { "16": "\/images\/icon_16.png", "32": "\/images\/icon_32.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" } }, "icons": { "16": "\/images\/icon_16.png", "32": "\/images\/icon_32.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" } } |