Website Links Checker

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

Τι είναι το Website Links Checker;

Το Website Links Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.keralpatel.com, και η κύρια λειτουργία του είναι "This tool helps you check all links from a page you are currently viewing.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Website Links Checker

Λήψη αρχείων επέκτασης Website Links Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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