Link Xtractor

Link Xtractor lets you extract all the links from Google Search Results or from any HTML page

Link Xtractor क्या है?

Link Xtractor https://startupflux.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Link Xtractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Link Xtractor is a powerful chrome extension which lets you extract all the links from Google Search Results or from any HTML page. Easy One click to copy all the links and store them.                    

एक्सटेंशन की मूल जानकारी

नाम Link Xtractor Link Xtractor
ID linpadcckihaambejadlidhkmnjipfnd
आधिकारिक URL https://chromewebstore.google.com/detail/link-xtractor/linpadcckihaambejadlidhkmnjipfnd
विवरण Link Xtractor lets you extract all the links from Google Search Results or from any HTML page
फ़ाइल का आकार 31.37 KB
स्थापना संख्या 2,080
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2018-03-28
प्रकाशन तिथि 2018-03-28
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://startupflux.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Xtractor",
    "description": "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Link Xtractor",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}