Meta tags - SEO Tool

This extension will list all the meta tags in a webpage

Cos'è Meta tags - SEO Tool?

Meta tags - SEO Tool è un'estensione di Chrome sviluppata da https://geekabhi.com, e la sua funzione principale è "This extension will list all the meta tags in a webpage".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Meta tags - SEO Tool

Scarica i file di estensione Meta tags - SEO Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Meta tags - SEO Tool Meta tags - SEO Tool
ID miihmfdpfdioogfbfofbnagblnjbjomg
URL Ufficiale https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg
Descrizione This extension will list all the meta tags in a webpage
Dimensione del File 6.63 KB
Conteggio Installazioni 998
Versione Corrente 1.1
Ultimo Aggiornamento 2023-07-14
Data di Pubblicazione 2017-08-12
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://geekabhi.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}