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.

Cos'è Get All The Links!?

Get All The Links! è un'estensione di Chrome sviluppata da deniskoo, e la sua funzione principale è "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Get All The Links!

Scarica i file di estensione Get All The Links! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Get All The Links! Get All The Links!
ID jldddpjemlghoeiafbninefegmdadfnp
URL Ufficiale https://chromewebstore.google.com/detail/get-all-the-links/jldddpjemlghoeiafbninefegmdadfnp
Descrizione A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.
Dimensione del File 46.39 KB
Conteggio Installazioni 43
Versione Corrente 0.1
Ultimo Aggiornamento 2018-03-13
Data di Pubblicazione 2018-03-13
Sviluppatore deniskoo
Tipo di Pagamento free
Lingue Supportate 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"
    }
}