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.

Co je Get All The Links!?

Get All The Links! je rozšíření Chrome vyvinuté deniskoo, a jeho hlavní funkcí je „A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Get All The Links!

Stáhněte si soubory rozšíření Get All The Links! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Get All The Links! Get All The Links!
ID jldddpjemlghoeiafbninefegmdadfnp
Oficiální URL https://chromewebstore.google.com/detail/get-all-the-links/jldddpjemlghoeiafbninefegmdadfnp
Popis A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.
Velikost souboru 46.39 KB
Počet instalací 43
Aktuální Verze 0.1
Poslední Aktualizace 2018-03-13
Datum Vydání 2018-03-13
Vývojář deniskoo
Typ Platby free
Podporované Jazyky 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"
    }
}