Link Extractor
This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer
Link Extractor क्या है?
Link Extractor ashnkylin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This enables the following features. you can get and check its list up to date for the extracted link's info matched up to the keyword which you register without having to visit directly the site which you prefer. Anytime you can easily add, remove and modify a site with the specified keywords. In addition, you can use link-highlighting of keywords provided a similar approach.
एक्सटेंशन की मूल जानकारी
नाम | Link Extractor |
ID | gpfoeagcgabbdibhiofcmeimcbkafndo |
आधिकारिक URL | https://chromewebstore.google.com/detail/link-extractor/gpfoeagcgabbdibhiofcmeimcbkafndo |
विवरण | This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer |
फ़ाइल का आकार | 79.16 KB |
स्थापना संख्या | 1,598 |
वर्तमान संस्करण | 0.0.91 |
अंतिम अपडेट | 2013-11-17 |
प्रकाशन तिथि | 2013-11-17 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | ashnkylin |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Extractor", "description": "This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer", "version": "0.0.91", "browser_action": { "default_icon": "img\/icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "img\/bg.jpg", "img\/txt_preview.gif", "img\/loading.gif", "img\/btnX.gif", "img\/btnOk.gif", "img\/btnSave.gif", "img\/btnCancel.gif", "img\/rect.gif", "img\/vscb_icon.png", "img\/radio.png", "img\/checkbox.png", "img\/favicon.png", "img\/whatkwd.png", "img\/question.png", "img\/txt_sort.png", "img\/menu_bg.png", "img\/expand.png", "img\/collapse.png", "img\/btnCollapseAll.png", "img\/btnExpandAll.png", "img\/btnAddSite.png", "img\/btnInfo.png", "img\/btnCamel.png", "img\/btnSpellchk.png", "img\/btnSetting.png", "img\/btnRefresh.png", "img\/btnXClose.png", "img\/logo.png" ], "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png" } } |