Link Locator
Simply presents all the links in the current website
Qu'est-ce que Link Locator ?
Link Locator est une extension Chrome développée par sharon.medianmrkt, et sa fonction principale est "Simply presents all the links in the current website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Link Locator
Téléchargez les fichiers d'extension Link Locator 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
Link Locator is a browser extension that makes it easy for users to access all of the links on a website. With just a single click, the extension opens a pop-up window containing a list of all the links on the current webpage. This can be useful for websites with a large number of links, as it allows users to easily find and navigate to the content they are interested in. Link Locator also helps users discover new and interesting content on a website that they may not have been aware of before. Simply install the extension and click the icon to open the link list whenever you need it.
Informations de Base sur l'Extension
Nom | |
ID | ljfclipbaplebpphafkaihekkkaeabnh |
URL Officiel | https://chrome.google.com/webstore/detail/link-locator/ljfclipbaplebpphafkaihekkkaeabnh |
Description | Simply presents all the links in the current website |
Taille du Fichier | 16.06 KB |
Nombre d'Installations | 7,128 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2022-12-28 |
Date de Publication | 2022-12-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | sharon.medianmrkt |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://home.entunedanludb.com/ |
URL de la Page d'Aide | https://home.entunedanludb.com/contact.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "Link Locator", "default_popup": "popup.html" }, "description": "Simply presents all the links in the current website", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Link Locator", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |