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文件
下载Hover Link Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ " |