Hover Link Checker
Automatically finds and disables dead links that you hover on.
Co to jest Hover Link Checker?
Hover Link Checker to rozszerzenie Chrome opracowane przez gtian, a jego główną funkcją jest „Automatically finds and disables dead links that you hover on.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hover Link Checker
Pobierz pliki rozszerzeń Hover Link Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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-
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bfnpcgcodakabmhijhfeajicpngggefk |
Oficjalny URL | https://chrome.google.com/webstore/detail/hover-link-checker/bfnpcgcodakabmhijhfeajicpngggefk |
Opis | Automatically finds and disables dead links that you hover on. |
Rozmiar pliku | 22.81 KB |
Liczba instalacji | 93 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-05-18 |
Data Publikacji | 2018-05-18 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | gtian |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/gracetian6/Hover-Link-Checker- |
Obsługiwane Języki | 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": [ " |