Hover Link Checker
Automatically finds and disables dead links that you hover on.
O que é Hover Link Checker?
Hover Link Checker é uma extensão do Chrome desenvolvida por gtian, e sua principal característica é "Automatically finds and disables dead links that you hover on.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hover Link Checker
Baixe arquivos de extensão Hover Link Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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-
Informações Básicas da Extensão
Nome | |
ID | bfnpcgcodakabmhijhfeajicpngggefk |
URL Oficial | https://chrome.google.com/webstore/detail/hover-link-checker/bfnpcgcodakabmhijhfeajicpngggefk |
Descrição | Automatically finds and disables dead links that you hover on. |
Tamanho do Arquivo | 22.81 KB |
Contagem de Instalações | 93 |
Versão Atual | 1.0.1 |
Última Atualização | 2018-05-18 |
Data de Publicação | 2018-05-18 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | gtian |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/gracetian6/Hover-Link-Checker- |
Idiomas Suportados | 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": [ " |