Get All The Links!

A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.

Apa itu Get All The Links!?

Get All The Links! adalah ekstensi Chrome yang dikembangkan oleh deniskoo, dan fitur utamanya adalah "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Get All The Links!

Unduh file ekstensi Get All The Links! 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

                                            

Informasi Dasar Ekstensi

Nama Get All The Links! Get All The Links!
ID jldddpjemlghoeiafbninefegmdadfnp
URL Resmi https://chromewebstore.google.com/detail/get-all-the-links/jldddpjemlghoeiafbninefegmdadfnp
Deskripsi A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.
Ukuran File 46.39 KB
Jumlah Instalasi 43
Versi Saat Ini 0.1
Terakhir Diperbarui 2018-03-13
Tanggal Publikasi 2018-03-13
Pengembang deniskoo
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get All The Links!",
    "description": "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js",
                "serp.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}