Link Collector

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

Apa itu Link Collector?

Link Collector adalah ekstensi Chrome yang dikembangkan oleh http://www.lemonprogis.com, dan fitur utamanya adalah "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.".

Unduh Berkas CRX Ekstensi Link Collector

Unduh file ekstensi Link Collector 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

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

Informasi Dasar Ekstensi

Nama Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
URL Resmi https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Deskripsi Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Ukuran File 11.71 KB
Jumlah Instalasi 193
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-05-25
Tanggal Publikasi 2017-05-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://www.lemonprogis.com
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}