External Links
List external links and anchor text.
Qu'est-ce que External Links ?
External Links est une extension Chrome développée par https://dejanmarketing.com, et sa fonction principale est "List external links and anchor text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension External Links
Téléchargez les fichiers d'extension External Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Lists all external links on the page and their anchor text. Shows the total number of external links.
Informations de Base sur l'Extension
Nom | External Links |
ID | kfcngcocjhfanoncnkdjjlploklclfhp |
URL Officiel | https://chromewebstore.google.com/detail/external-links/kfcngcocjhfanoncnkdjjlploklclfhp |
Description | List external links and anchor text. |
Taille du Fichier | 8.11 KB |
Nombre d'Installations | 177 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-04-13 |
Date de Publication | 2023-04-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://dejanmarketing.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dejanmarketing.com/ |
URL de la Page d'Aide | https://dejanmarketing.com/contact-us/ |
Langues Prises en Charge | 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" } } |