Link Xtractor

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

Wat is Link Xtractor?

Link Xtractor is een Chrome-extensie ontwikkeld door https://startupflux.com, en de belangrijkste functie is "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Link Xtractor

Download Link Xtractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Link Xtractor Link Xtractor
ID linpadcckihaambejadlidhkmnjipfnd
Officiële URL https://chromewebstore.google.com/detail/link-xtractor/linpadcckihaambejadlidhkmnjipfnd
Beschrijving Link Xtractor lets you extract all the links from Google Search Results or from any HTML page
Bestandsgrootte 31.37 KB
Aantal Installaties 2,080
Huidige Versie 0.0.1
Laatst Bijgewerkt 2018-03-28
Publicatiedatum 2018-03-28
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://startupflux.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}