External Followed Link Highlighter

Checks all links on a page for any external links that do not have the attribute rel="nofollow" and highlights them in a red border.

External Followed Link Highlighterとは何ですか?

External Followed Link HighlighterはRichard Parnaby-Kingによって開発されたChromeの拡張機能で、その主な機能は「Checks all links on a page for any external links that do not have the attribute rel="nofollow" and highlights them in a red border.」です。

拡張機能のスクリーンショット

screenshot
screenshot

External Followed Link Highlighter拡張機能のCRXファイルをダウンロード

External Followed Link Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The attribute rel="nofollow" provides a way for webmasters to tell search engines "Don't follow links on this page" or "Don't follow this specific link."

This tool will add a red border around any links that are leading away from the current website that do not have this attribute.

Options:

* Auto enable for all websites - highlight all external links on all webpages when you visit them.
* Select colour for link highlighter - change the colour of the border that highlights links.                    

拡張機能の基本情報

名前 External Followed Link Highlighter External Followed Link Highlighter
ID ldppbkmjichlgoknicpibbekkajojclb
公式URL https://chrome.google.com/webstore/detail/external-followed-link-hi/ldppbkmjichlgoknicpibbekkajojclb
説明 Checks all links on a page for any external links that do not have the attribute rel="nofollow" and highlights them in a red border.
ファイルサイズ 40.5 KB
インストール数 2,000
現在のバージョン 1.2
最終更新日 2017-08-24
公開日 2017-08-24
評価 4.00/5 合計 8 レビュー
開発者 Richard Parnaby-King
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "External Followed Link Highlighter",
    "short_name": "Link Highlighter",
    "description": "Checks all links on a page for any external links that do not have the attribute rel=\"nofollow\" and highlights them in a red border.",
    "version": "1.2",
    "author": "Richard Parnaby-King",
    "homepage_url": "https:\/\/github.com\/richard-parnaby-king\/External-Followed-Link-Highlighter",
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}