Link Collector

Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.

Link Collector क्या है?

Link Collector http://www.lemonprogis.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links."।

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

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

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

                        used to collect links from a web page. can export as csv. all links are unique.                    

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

नाम Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
आधिकारिक URL https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
विवरण Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
फ़ाइल का आकार 11.71 KB
स्थापना संख्या 193
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-05-25
प्रकाशन तिथि 2017-05-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://www.lemonprogis.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Collector",
    "version": "1.1",
    "description": "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Link Collector",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}