Follow, Nofollow Link Checker 🔗

Follow, NoFollow Link Checker: This extension helps highlight and export NoFollow and DoFollow links on the current web page. 📔

什麼是Follow, Nofollow Link Checker 🔗?

Follow, Nofollow Link Checker 🔗是由https://dev-maxime-guinard.fr開發的Chrome擴展程式,該擴展的主要功能是“Follow, NoFollow Link Checker: This extension helps highlight and export NoFollow and DoFollow links on the current web page. 📔”。

擴展截圖

screenshot
screenshot
screenshot

下載Follow, Nofollow Link Checker 🔗擴展crx文件

下載Follow, Nofollow Link Checker 🔗擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enhance your web browsing experience with the Link Highlighter extension! This handy tool helps you quickly identify and differentiate between "nofollow" and "dofollow" links on websites. 

With just a click, you can highlight these links using distinct colors, making it easy to spot them while you navigate.

Feature s:

✅ Highlight NoFollow Links : Instantly highlight links with the "nofollow" attribute in red for easy identification.
✅ Highlight DoFollow Links : Highlight links without the "nofollow" attribute in green to distinguish them from the rest.
✅ Export NoFollow Links : Export all "nofollow" links to a CSV file, including their URLs and anchor text.
✅ Reset Highlights : Clear all link highlights with a single click to return the page to its original state.

Whether you're a web developer, SEO enthusiast, or simply curious about link attributes, the Link Highlighter extension offers a simple and effective way to enhance your web browsing experience.

Give it a try and make navigating through links a breeze! Install the Link Highlighter extension now.

Note : This extension requires permission to access the websites you visit in order to highlight and export links.                    

擴展基本資訊

名稱 Follow, Nofollow Link Checker 🔗 Follow, Nofollow Link Checker 🔗
ID ecbpakcplmfffhngbgmbdekjjambegdj
官方網址 https://chromewebstore.google.com/detail/follow-nofollow-link-chec/ecbpakcplmfffhngbgmbdekjjambegdj
簡介 Follow, NoFollow Link Checker: This extension helps highlight and export NoFollow and DoFollow links on the current web page. 📔
檔案大小 55.94 KB
安裝次數 492
目前版本 1.3
更新時間 2024-01-20
上架時間 2023-08-31
評分 5.00/5 共 7 次評分
開發者 https://dev-maxime-guinard.fr
電子郵箱 [email protected]
付費類型 free
擴展官網 https://dev-maxime-guinard.fr/portfolio/link-highlighter/
說明頁面URL https://dev-maxime-guinard.fr/contact/
隱私政策頁面URL https://maxime-guinard.fr/politique/mentions-legales
支援的語言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Follow, Nofollow Link Checker \ud83d\udd17",
    "version": "1.3",
    "description": "Follow, NoFollow Link Checker: This extension helps highlight and export NoFollow and DoFollow links on the current web page. \ud83d\udcd4",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}