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 |
官方網址 | 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": [ " |