Hover Link Checker
Automatically finds and disables dead links that you hover on.
Hover Link Checker란 무엇입니까?
Hover Link Checker은(는) gtian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically finds and disables dead links that you hover on."입니다.
확장 프로그램 스크린샷
Hover Link Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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-
확장 프로그램 기본 정보
이름 | |
ID | bfnpcgcodakabmhijhfeajicpngggefk |
공식 URL | https://chrome.google.com/webstore/detail/hover-link-checker/bfnpcgcodakabmhijhfeajicpngggefk |
설명 | Automatically finds and disables dead links that you hover on. |
파일 크기 | 22.81 KB |
설치 횟수 | 93 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-05-18 |
출시 날짜 | 2018-05-18 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | gtian |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/gracetian6/Hover-Link-Checker- |
지원되는 언어 | 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": [ " |