Highlight Links
Quickly highlight links in a web page
Qu'est-ce que Highlight Links ?
Highlight Links est une extension Chrome développée par alexiszam, et sa fonction principale est "Quickly highlight links in a web page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Highlight Links
Téléchargez les fichiers d'extension Highlight 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
Quickly highlight all links in a web page. Simply right-click on the page, choose "Highlight links" from the menu and all links will be highlighted! Icons made by Freepik from www.flaticon.com
Informations de Base sur l'Extension
Nom | Highlight Links |
ID | cconfdckijkfakepljihmbmfjpafmjij |
URL Officiel | https://chromewebstore.google.com/detail/highlight-links/cconfdckijkfakepljihmbmfjpafmjij |
Description | Quickly highlight links in a web page |
Taille du Fichier | 10.58 KB |
Nombre d'Installations | 715 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-12-20 |
Date de Publication | 2020-12-19 |
Évaluation | 3.00/5 Total 6 Évaluations |
Développeur | alexiszam |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AlexisZam/highlight-links |
URL de la Page d'Aide | https://github.com/AlexisZam/highlight-links/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Quickly highlight links in a web page", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Highlight Links", "permissions": [ "activeTab", "contextMenus" ], "version": "1.0.0" } |