Hover Link Checker
Automatically finds and disables dead links that you hover on.
Cos'è Hover Link Checker?
Hover Link Checker è un'estensione di Chrome sviluppata da gtian, e la sua funzione principale è "Automatically finds and disables dead links that you hover on.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hover Link Checker
Scarica i file di estensione Hover Link Checker 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
Hover Link Checker automatically checks all the hyperlinks that you hover over to make sure that they work. Hover Link is a seemless and quick tool that will allow you to -strike through dead links -disable dead links -turn valid links green for a specified amount of time No more frustrating Error 404 pages! You can customize how you want your links to appear when you hover over them. GITHUB: https://github.com/gracetian6/Hover-Link-Checker-
Informazioni di Base sull'Estensione
Nome | |
ID | bfnpcgcodakabmhijhfeajicpngggefk |
URL Ufficiale | https://chrome.google.com/webstore/detail/hover-link-checker/bfnpcgcodakabmhijhfeajicpngggefk |
Descrizione | Automatically finds and disables dead links that you hover on. |
Dimensione del File | 22.81 KB |
Conteggio Installazioni | 93 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-05-18 |
Data di Pubblicazione | 2018-05-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | gtian |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/gracetian6/Hover-Link-Checker- |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hover Link Checker", "version": "1.0.1", "manifest_version": 2, "description": "Automatically finds and disables dead links that you hover on.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Hover Link Checker", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |