Meta tags - SEO Tool

This extension will list all the meta tags in a webpage

Hvad er Meta tags - SEO Tool?

Meta tags - SEO Tool er en Chrome-udvidelse udviklet af https://geekabhi.com, og dens hovedfunktion er "This extension will list all the meta tags in a webpage".

Udvidelsesskærmbilleder

screenshot

Download Meta tags - SEO Tool-udvidelses-CRX-fil

Download Meta tags - SEO Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension makes all meta tags within your reach in a single click. This will help you by listing all the meta tags used within a webpage. You don't need any technical knowledge to see what meta tags are used in a webpage. Just install the extension, and click the extension icon to see what meta tags has been set in the page.                    

Grundlæggende oplysninger om udvidelsen

Navn Meta tags - SEO Tool Meta tags - SEO Tool
ID miihmfdpfdioogfbfofbnagblnjbjomg
Officiel URL https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg
Beskrivelse This extension will list all the meta tags in a webpage
Filstørrelse 6.63 KB
Antal Installationer 998
Nuværende Version 1.1
Senest Opdateret 2023-07-14
Udgivelsesdato 2017-08-12
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://geekabhi.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meta tags - SEO Tool",
    "description": "This extension will list all the meta tags in a webpage",
    "version": "1.1",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ]
}