Link Xtractor

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

Qu'est-ce que Link Xtractor ?

Link Xtractor est une extension Chrome développée par https://startupflux.com, et sa fonction principale est "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Link Xtractor 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

                        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.                    

Informations de Base sur l'Extension

Nom Link Xtractor Link Xtractor
ID linpadcckihaambejadlidhkmnjipfnd
URL Officiel https://chromewebstore.google.com/detail/link-xtractor/linpadcckihaambejadlidhkmnjipfnd
Description Link Xtractor lets you extract all the links from Google Search Results or from any HTML page
Taille du Fichier 31.37 KB
Nombre d'Installations 2,080
Version Actuelle 0.0.1
Dernière Mise à Jour 2018-03-28
Date de Publication 2018-03-28
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://startupflux.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}