LinkToId
This extension helps to identify and use linkable IDs within a page.
LinkToId क्या है?
LinkToId Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps to identify and use linkable IDs within a page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkToId एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When the fragment identifier (hash part) of an URL matches an element ID, the browser will scroll to that element. This is great if you want to link directly to a particular part or section of a page. LinkToId makes it super easy to identify an element ID and to obtain the URL of said element. Press Ctrl and Alt to show the LinkToId tooltip, which will identify the closest linkable element. Click the left mouse button while the tooltip is showing to modify the fragment identifier of the current URL. You can now copy the full URL and use it anywhere as a direct link. LinkToId is currently somewhat limited. If you want to contribute to development or suggest improvement ideas, please visit https://github.com/provegard/LinkToId.
एक्सटेंशन की मूल जानकारी
नाम | LinkToId |
ID | cggiopngamlojpeoliehhppmdphinjen |
आधिकारिक URL | https://chromewebstore.google.com/detail/linktoid/cggiopngamlojpeoliehhppmdphinjen |
विवरण | This extension helps to identify and use linkable IDs within a page. |
फ़ाइल का आकार | 14.07 KB |
स्थापना संख्या | 97 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2015-01-04 |
प्रकाशन तिथि | 2015-01-04 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/provegard/LinkToId |
सहायता पृष्ठ URL | https://github.com/provegard/linktoid/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkToId", "version": "0.0.1", "manifest_version": 2, "short_name": "LinkToId", "description": "This extension helps to identify and use linkable IDs within a page.", "author": "Per Rovegard", "content_scripts": [ { "matches": [ " |