Meta tags - SEO Tool

This extension will list all the meta tags in a webpage

O que é Meta tags - SEO Tool?

Meta tags - SEO Tool é uma extensão do Chrome desenvolvida por https://geekabhi.com, e sua principal característica é "This extension will list all the meta tags in a webpage".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Meta tags - SEO Tool

Baixe arquivos de extensão Meta tags - SEO Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Meta tags - SEO Tool Meta tags - SEO Tool
ID miihmfdpfdioogfbfofbnagblnjbjomg
URL Oficial https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg
Descrição This extension will list all the meta tags in a webpage
Tamanho do Arquivo 6.63 KB
Contagem de Instalações 998
Versão Atual 1.1
Última Atualização 2023-07-14
Data de Publicação 2017-08-12
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://geekabhi.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}