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": [ " |