External Links

List external links and anchor text.

Wat is External Links?

External Links is een Chrome-extensie ontwikkeld door https://dejanmarketing.com, en de belangrijkste functie is "List external links and anchor text.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie External Links

Download External Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam External Links External Links
ID kfcngcocjhfanoncnkdjjlploklclfhp
Officiële URL https://chromewebstore.google.com/detail/external-links/kfcngcocjhfanoncnkdjjlploklclfhp
Beschrijving List external links and anchor text.
Bestandsgrootte 8.11 KB
Aantal Installaties 177
Huidige Versie 1.1
Laatst Bijgewerkt 2023-04-13
Publicatiedatum 2023-04-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://dejanmarketing.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dejanmarketing.com/
Help Pagina-URL https://dejanmarketing.com/contact-us/
Ondersteunde Talen 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"
    }
}