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. 📔"입니다.
확장 프로그램 스크린샷
Follow, Nofollow Link Checker 🔗 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 🔗 |
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": [ " |