Link Xtractor

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

Apa itu Link Xtractor?

Link Xtractor adalah ekstensi Chrome yang dikembangkan oleh https://startupflux.com, dan fitur utamanya adalah "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Link Xtractor

Unduh file ekstensi Link Xtractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Link Xtractor Link Xtractor
ID linpadcckihaambejadlidhkmnjipfnd
URL Resmi https://chromewebstore.google.com/detail/link-xtractor/linpadcckihaambejadlidhkmnjipfnd
Deskripsi Link Xtractor lets you extract all the links from Google Search Results or from any HTML page
Ukuran File 31.37 KB
Jumlah Instalasi 2,080
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-03-28
Tanggal Publikasi 2018-03-28
Penilaian 5.00/5 Total 6 Penilaian
Pengembang https://startupflux.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}