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 to jest Get All The Links!?

Get All The Links! to rozszerzenie Chrome opracowane przez deniskoo, a jego główną funkcją jest „A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Get All The Links!

Pobierz pliki rozszerzeń Get All The Links! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Get All The Links! Get All The Links!
ID jldddpjemlghoeiafbninefegmdadfnp
Oficjalny URL https://chromewebstore.google.com/detail/get-all-the-links/jldddpjemlghoeiafbninefegmdadfnp
Opis A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.
Rozmiar pliku 46.39 KB
Liczba instalacji 43
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2018-03-13
Data Publikacji 2018-03-13
Deweloper deniskoo
Typ Płatności free
Obsługiwane Języki 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"
    }
}