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"
    }
}