External Links

List external links and anchor text.

Co je External Links?

External Links je rozšíření Chrome vyvinuté https://dejanmarketing.com, a jeho hlavní funkcí je „List external links and anchor text.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření External Links

Stáhněte si soubory rozšíření External 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í

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

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

Název External Links External Links
ID kfcngcocjhfanoncnkdjjlploklclfhp
Oficiální URL https://chromewebstore.google.com/detail/external-links/kfcngcocjhfanoncnkdjjlploklclfhp
Popis List external links and anchor text.
Velikost souboru 8.11 KB
Počet instalací 177
Aktuální Verze 1.1
Poslední Aktualizace 2023-04-13
Datum Vydání 2023-04-01
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://dejanmarketing.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dejanmarketing.com/
URL Stránky Nápovědy https://dejanmarketing.com/contact-us/
Podporované Jazyky 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"
    }
}