External Links

List external links and anchor text.

Co to jest External Links?

External Links to rozszerzenie Chrome opracowane przez https://dejanmarketing.com, a jego główną funkcją jest „List external links and anchor text.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia External Links

Pobierz pliki rozszerzeń External 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

                        Lists all external links on the page and their anchor text. Shows the total number of external links.                    

Podstawowe informacje o rozszerzeniu

Nazwa External Links External Links
ID kfcngcocjhfanoncnkdjjlploklclfhp
Oficjalny URL https://chromewebstore.google.com/detail/external-links/kfcngcocjhfanoncnkdjjlploklclfhp
Opis List external links and anchor text.
Rozmiar pliku 8.11 KB
Liczba instalacji 177
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-04-13
Data Publikacji 2023-04-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://dejanmarketing.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://dejanmarketing.com/
Adres URL Strony Pomocy https://dejanmarketing.com/contact-us/
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "External Links",
    "version": "1.1",
    "description": "List external links and anchor text.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}