Copy page title and url
Add a context menu item to copy page title (or selected text) and url to clipboard.
Copy page title and url क्या है?
Copy page title and url Marek Jedliński द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a context menu item to copy page title (or selected text) and url to clipboard."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copy page title and url एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Firefox/Chrome extension adds an item to the context menu which allows you to copy the title and the url of the current page to clipboard. If any text is selected on the page, the selected text is copied instead of the title of the page (the url is always included). This is useful for example when emailing/sharing links or collecting citations/quotes from the web. How to use: * When browsing any web page: Right-click the page. In the context menu, a new item will be displayed: "Copy page title and url". This command will copy the title of the current page and its URL to clipboard. * When (some) text on the page is selected: Right-click the selected text. In the context menu, a new item will be displayed: "Copy selection and url". This command will copy the selected text and the URL (but not the page title) to clipboard. If you hold down the Control or Shift key while clicking the menu item, the extension will copy the title of the page as well as the selected text and the URL.
एक्सटेंशन की मूल जानकारी
नाम | Copy page title and url |
ID | mcnddmglmjbomnfgkehnnblncllkaedm |
आधिकारिक URL | https://chromewebstore.google.com/detail/copy-page-title-and-url/mcnddmglmjbomnfgkehnnblncllkaedm |
विवरण | Add a context menu item to copy page title (or selected text) and url to clipboard. |
फ़ाइल का आकार | 9.86 KB |
स्थापना संख्या | 2,615 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2018-01-26 |
प्रकाशन तिथि | 2018-01-26 |
रेटिंग | 4.00/5 कुल 11 रेटिंग्स |
डेवलपर | Marek Jedliński |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy page title and url", "short_name": "Copy title and url", "description": "Add a context menu item to copy page title (or selected text) and url to clipboard.", "version": "1.3", "homepage_url": "https:\/\/github.com\/marekjedlinski\/webext-copy-title-url", "author": "Marek Jedli\u0144ski", "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |