Excerpt with Link
Copies selected text and associated link (URL).
Excerpt with Link क्या है?
Excerpt with Link Scott Hicks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copies selected text and associated link (URL)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Excerpt with Link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The "Excerpt with Link" extension copies selected text and the associated webpage link (URL) to the clipboard. This provides a quick and simple way to cite website text. Select desired text, then open the context menu and select "Excerpt with Link" from the menu. You can normally open the context menu by right-clicking. Please let me know of any issues you experience before writing a review -- I'm happy to continue to improve the solution. The extension is provided 'As-Is' without any express or implied warranty of any kind. Note that I do not collect any information from the extension -- all handling is done at your local browser. I hope you find this extension to be helpful. Cheers, /Scott (The extension icon has been designed using resources from Flaticon.com) --- Updates: v1.3: Improved text copy (selected text wasn't always copied for some websites). v1.2: Improved memory utilization (background script is non-persistent).
एक्सटेंशन की मूल जानकारी
नाम | Excerpt with Link |
ID | ecafbbbagbilgmcjpngaagjglmmkdpla |
आधिकारिक URL | https://chromewebstore.google.com/detail/excerpt-with-link/ecafbbbagbilgmcjpngaagjglmmkdpla |
विवरण | Copies selected text and associated link (URL). |
फ़ाइल का आकार | 10.1 KB |
स्थापना संख्या | 45 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2023-08-30 |
प्रकाशन तिथि | 2021-03-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Scott Hicks |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Excerpt with Link", "version": "1.3", "manifest_version": 2, "short_name": "Excerpt with Link", "description": "Copies selected text and associated link (URL).", "author": "Wolf Mountain IP, LLC", "options_ui": { "page": "options.html" }, "permissions": [ "contextMenus", "clipboardWrite", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png" } } |