Website Links Checker

This tool helps you check all links from a page you are currently viewing.

Website Links Checker란 무엇입니까?

Website Links Checker은(는) https://www.keralpatel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool helps you check all links from a page you are currently viewing."입니다.

확장 프로그램 스크린샷

screenshot

Website Links Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enhance your browsing experience with LinkHighlighter, the must-have Chrome extension that revolutionizes the way you explore the web. Say goodbye to the hassle of searching for links on a page – with LinkHighlighter, every hyperlink becomes a visual masterpiece, right at your fingertips.

🔗 Highlight Every Link: Tired of scanning a page for clickable links? LinkHighlighter empowers you to instantly highlight all links on any webpage, making navigation a breeze. Whether it's articles, references, or resources, you'll spot every link effortlessly.

🔍 Easy to Use: With a user-friendly interface, LinkHighlighter seamlessly integrates into your Chrome browser. Activate link highlighting with a single click, and adjust settings according to your browsing style.

🌐 Web Developers' Tool: Web developers and designers can ensure proper link placement and structure by instantly visualizing the interconnected web of links on their projects, leading to a more polished user experience.

🚀 Lightweight and Fast: LinkHighlighter is engineered for speed and efficiency, adding no extra burden to your browsing. Experience smooth performance while reveling in the convenience of enhanced link visibility.

🎯 Find hidden links inside your content (if any): The main purpose of this tool is to highlight links inside pages that have similar hyperlink color that with the surrounding text.                    

확장 프로그램 기본 정보

이름 Website Links Checker Website Links Checker
ID lhghoodlnemlhdiefakhjnegandfbamm
공식 URL https://chromewebstore.google.com/detail/website-links-checker/lhghoodlnemlhdiefakhjnegandfbamm
설명 This tool helps you check all links from a page you are currently viewing.
파일 크기 20.09 KB
설치 횟수 58
현재 버전 1.0
최근 업데이트 2023-09-01
출시 날짜 2023-08-31
평점 5.00/5 총 1 개의 평점
개발자 https://www.keralpatel.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.keralpatel.com
도움말 페이지 URL https://www.keralpatel.com/contact/
개인정보 보호 정책 페이지 URL https://www.keralpatel.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Links Checker",
    "description": "This tool helps you check all links from a page you are currently viewing.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/linkschecker16.png",
            "32": "\/images\/linkschecker32.png",
            "48": "\/images\/linkschecker48.png",
            "128": "\/images\/linkschecker128.png"
        }
    }
}