MetaExplorer

Find out SEO Meta of any website you browse.

Τι είναι το MetaExplorer;

Το MetaExplorer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://metaexplorer.co, και η κύρια λειτουργία του είναι "Find out SEO Meta of any website you browse.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        MetaExplorer - The easiest and fastest way to find SEO Meta.

All the existing tools need you to either click on an extension or copy paste the url in a tool to check the on page SEO. This gets very cumbersome if you have to check the on-page SEO for multiple pages, like a blog.

With Meta Explorer, you don't need any clicks or copy-paste. Pin the extension & navigate to any page whose meta & on-page SEO you want to check and voila! you have the info in the sidebar.

If you are a developer, use it to debug your meta tags, header hierarchy, images & links in your site. If you are a marketer, use it to see what other sites are doing.

This extension has a modern and pleasing UI. You won't get tired of looking at cranky UI anymore.

Key Features
✅ View meta tags
✅ View social tags (OG, Twitter)
✅ View header element count
✅ View header hierarchy
✅ Image file names & alt text
✅ Internal & External link count
✅ Links with Anchor text
✅ Show schema markup if present
✅ Keyboard shortcut to toggle extension open/close (Cmd+Shift+E / Ctrl+Shift+E)

🐜 Issues
- Check & Fix issues to improve your on page SEO.
- Export issues as CSV.

🔎 META
- Title, Description, Robots, Viewport
- Open Graph tags - Title, Description, Image
- Twitter tags - Card, Title, Description, Image, Site, Creator, URL, Domain

🖥 ELEMENTS
- HTML Header tag count
- HTML Header tag hierarchy

🖼 IMAGES
- Image count (Total images, Images without ALT, decorative images)
- Image URL's
- Image ALT text

🔗 LINKS
- Internal, External, No Follow link count
- Links with Anchor text.
- Check broken links                    

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

Όνομα MetaExplorer MetaExplorer
ID dggmapjanngfjjakfgeoegfmgpmcamfh
Επίσημο URL https://chromewebstore.google.com/detail/metaexplorer/dggmapjanngfjjakfgeoegfmgpmcamfh
Περιγραφή Find out SEO Meta of any website you browse.
Μέγεθος Αρχείου 198 KB
Αριθμός Εγκαταστάσεων 355
Τρέχουσα Έκδοση 2.3.1
Τελευταία Ενημέρωση 2024-03-05
Ημερομηνία Δημοσίευσης 2022-09-01
Αξιολόγηση 4.92/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://metaexplorer.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://metaexplorer.co/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MetaExplorer",
    "description": "Find out SEO Meta of any website you browse.",
    "version": "2.3.1",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/root\/index.html",
                "src\/root\/root.css",
                "src\/root\/default.css",
                "src\/root\/root.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Click to open extension"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "content-script.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "icons": {
        "16": "images\/meta_16.png",
        "32": "images\/meta_32.png",
        "48": "images\/meta_48.png",
        "128": "images\/meta_128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    }
}