Link Router
Route links on any given page to the main log with a certain tag
Link Router क्या है?
Link Router Charles Brandt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Route links on any given page to the main log with a certain tag"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link Router एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Link Router uses Chrome's context menu (right click menu) to tag a link with a tag specified in the menu. The tags available in the menu are configured in the extension's option page. Previously tagged links are also visible on the options page, where they can be copied and pasted to other destinations.
एक्सटेंशन की मूल जानकारी
नाम | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
आधिकारिक URL | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
विवरण | Route links on any given page to the main log with a certain tag |
फ़ाइल का आकार | 29.05 KB |
स्थापना संख्या | 108 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2014-05-06 |
प्रकाशन तिथि | 2014-05-06 |
रेटिंग | 3.00/5 कुल 4 रेटिंग्स |
डेवलपर | Charles Brandt |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Router", "short_name": "Link Router", "version": "0.5", "manifest_version": 2, "description": "Route links on any given page to the main log with a certain tag", "background": { "scripts": [ "moment.js", "router.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus" ], "icons": { "16": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } } |