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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Richard Parnaby-King และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย External Followed Link Highlighter

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}