Link Extractor

An easy to use extractor for hyperlinks on any page

Apa itu Link Extractor?

Link Extractor adalah ekstensi Chrome yang dikembangkan oleh ultimateblaze1, dan fitur utamanya adalah "An easy to use extractor for hyperlinks on any page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Link Extractor

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

                        Easily extract all links from any website by just pressing the Apps icon.
You can also filter the result how you like.                    

Informasi Dasar Ekstensi

Nama Link Extractor Link Extractor
ID ijknljdfdogfmhlbcfiohoaihoeegecc
URL Resmi https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc
Deskripsi An easy to use extractor for hyperlinks on any page
Ukuran File 876 KB
Jumlah Instalasi 4,873
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-04-14
Tanggal Publikasi 2019-04-14
Penilaian 3.83/5 Total 6 Penilaian
Pengembang ultimateblaze1
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Extractor",
    "version": "0.3",
    "options_page": "html\/options.html",
    "incognito": "split",
    "description": "An easy to use extractor for hyperlinks on any page",
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Extract the links on this page",
        "default_icon": {
            "16": "images\/hyperlink.png",
            "32": "images\/hyperlink.png",
            "48": "images\/hyperlink.png",
            "128": "images\/hyperlink.png"
        }
    },
    "icons": {
        "16": "images\/hyperlink.png",
        "32": "images\/hyperlink.png",
        "48": "images\/hyperlink.png",
        "128": "images\/hyperlink.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}