Link Xtractor

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

Hvad er Link Xtractor?

Link Xtractor er en Chrome-udvidelse udviklet af https://startupflux.com, og dens hovedfunktion er "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page".

Udvidelsesskærmbilleder

screenshot

Download Link Xtractor-udvidelses-CRX-fil

Download Link Xtractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Link Xtractor Link Xtractor
ID linpadcckihaambejadlidhkmnjipfnd
Officiel URL https://chromewebstore.google.com/detail/link-xtractor/linpadcckihaambejadlidhkmnjipfnd
Beskrivelse Link Xtractor lets you extract all the links from Google Search Results or from any HTML page
Filstørrelse 31.37 KB
Antal Installationer 2,080
Nuværende Version 0.0.1
Senest Opdateret 2018-03-28
Udgivelsesdato 2018-03-28
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://startupflux.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}