Link Collector

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

Qu'est-ce que Link Collector ?

Link Collector est une extension Chrome développée par http://www.lemonprogis.com, et sa fonction principale est "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.".

Télécharger le fichier CRX de l'extension Link Collector

Téléchargez les fichiers d'extension Link Collector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
URL Officiel https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Description Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Taille du Fichier 11.71 KB
Nombre d'Installations 193
Version Actuelle 1.1
Dernière Mise à Jour 2017-05-25
Date de Publication 2017-05-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://www.lemonprogis.com
Type de Paiement free
Langues Prises en Charge 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'"
}