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 🔗 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dev-maxime-guinard.fr และคุณลักษณะหลักของมันคือ "Follow, NoFollow Link Checker: This extension helps highlight and export NoFollow and DoFollow links on the current web page. 📔"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Follow, Nofollow Link Checker 🔗

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}