Link Extractor
An easy to use extractor for hyperlinks on any page
Link Extractor क्या है?
Link Extractor ultimateblaze1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy to use extractor for hyperlinks on any page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily extract all links from any website by just pressing the Apps icon. You can also filter the result how you like.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ijknljdfdogfmhlbcfiohoaihoeegecc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc |
विवरण | An easy to use extractor for hyperlinks on any page |
फ़ाइल का आकार | 876 KB |
स्थापना संख्या | 4,873 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2019-04-14 |
प्रकाशन तिथि | 2019-04-14 |
रेटिंग | 3.83/5 कुल 6 रेटिंग्स |
डेवलपर | ultimateblaze1 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Extractor", "version": "0.3", "options_page": "html\/options.html", "incognito": "split", "description": "An easy to use extractor for hyperlinks on any page", "permissions": [ "activeTab", "storage", "clipboardWrite", "contextMenus" ], "browser_action": { "default_title": "Extract the links on this page", "default_icon": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" } }, "icons": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |