Webpage Sherlock - Page insights in one click

Explore Title, Meta Description, Social Preview, Word Count, Favicons, Schema, Links, Speed, Social Previews, and more in one click.

Τι είναι το Webpage Sherlock - Page insights in one click;

Το Webpage Sherlock - Page insights in one click είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://beautifulwebsites.dev, και η κύρια λειτουργία του είναι "Explore Title, Meta Description, Social Preview, Word Count, Favicons, Schema, Links, Speed, Social Previews, and more in one click.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Webpage Sherlock - Page insights in one click

Λήψη αρχείων επέκτασης Webpage Sherlock - Page insights in one click σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The idea is to make website analysis a breeze, without the need to inspect the page, run complex tools, or visit a website to check rich previews. 

With just a single click on the extension icon or a quick keyboard shortcut, you'll unlock a comprehensive snapshot of the webpage you're exploring.

This is a game-changer for SEO analysis making on-page optimization easy and efficient.

Discover key insights across 9 vital aspects of any website:

- Meta Information: Uncover crucial details like the Title, Meta Title, and Meta Description.

- Open Graph Information: Gain insights into OG Type, OG URL, OG Image, OG Title, and OG Description.

- Twitter Card Information: Stay informed with Twitter Card, Twitter URL, Twitter Image, Twitter Title, and Twitter Description.

- Word Count: Get a quick word count overview.

- Images: Identify and preview images effortlessly, and receive alerts for missing ALT tags, ensuring accessibility and SEO compliance. Plus, easily spot and address broken images for a seamless user experience.

- Favicon: Explore website branding through Favicon. Easily spot and address broken favicon links.

- Headings: Instantly view headings to understand content organization. You'll be alerted if there are no H1's or if there are multiple H1s

- Schema: Dive into structured data with ease. Get informed if there is a schema error.

- Links: Examine the website's linking structure for effective navigation. With a click, check for broken or blocked links.

But that's not all! 

- Social Preview: See how your website will look when shared on social media (Twitter/X, Facebook, LinkedIn and Google) , ensuring your content shines online.

- Speed Checker: Optimize website performance with access to Google's speed analysis tool.

Don't miss out on the opportunity to enhance your web exploration and analysis. Download our Chrome extension now and stay ahead.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Webpage Sherlock - Page insights in one click Webpage Sherlock - Page insights in one click
ID fgcokeipnkbcjndbhcmdcjpigplhfkbk
Επίσημο URL https://chromewebstore.google.com/detail/webpage-sherlock-page-ins/fgcokeipnkbcjndbhcmdcjpigplhfkbk
Περιγραφή Explore Title, Meta Description, Social Preview, Word Count, Favicons, Schema, Links, Speed, Social Previews, and more in one click.
Μέγεθος Αρχείου 23.13 KB
Αριθμός Εγκαταστάσεων 112
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2023-12-28
Ημερομηνία Δημοσίευσης 2023-10-19
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://beautifulwebsites.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://beautifulwebsites.dev/webpage-sherlock-chrome-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://beautifulwebsites.dev/webpage-sherlock-chrome-extension
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage Sherlock - Page insights in one click",
    "description": "Explore Title, Meta Description, Social Preview, Word Count, Favicons, Schema, Links, Speed, Social Previews, and more in one click.",
    "version": "1.3",
    "author": {
        "name": "Thaha Wahid",
        "email": "[email protected]"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    }
}