External Links

List external links and anchor text.

Cos'è External Links?

External Links è un'estensione di Chrome sviluppata da https://dejanmarketing.com, e la sua funzione principale è "List external links and anchor text.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione External Links

Scarica i file di estensione External 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

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

Informazioni di Base sull'Estensione

Nome External Links External Links
ID kfcngcocjhfanoncnkdjjlploklclfhp
URL Ufficiale https://chromewebstore.google.com/detail/external-links/kfcngcocjhfanoncnkdjjlploklclfhp
Descrizione List external links and anchor text.
Dimensione del File 8.11 KB
Conteggio Installazioni 177
Versione Corrente 1.1
Ultimo Aggiornamento 2023-04-13
Data di Pubblicazione 2023-04-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://dejanmarketing.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dejanmarketing.com/
URL della Pagina di Aiuto https://dejanmarketing.com/contact-us/
Lingue Supportate 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"
    }
}