SEO Meta Helper

Analyze and highlight the keywords and meta tags on the page

O que é SEO Meta Helper?

SEO Meta Helper é uma extensão do Chrome desenvolvida por petrovnn, e sua principal característica é "Analyze and highlight the keywords and meta tags on the page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SEO Meta Helper

Baixe arquivos de extensão SEO Meta Helper 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

                        Analyze and highlight the keywords and meta tags on the page

issues and pull requests are welcome on GitHub: https://github.com/petrovnn/seometahelper/issues                    

Informações Básicas da Extensão

Nome SEO Meta Helper SEO Meta Helper
ID ophnbpddglgmhejmapegoopggbelkeep
URL Oficial https://chrome.google.com/webstore/detail/seo-meta-helper/ophnbpddglgmhejmapegoopggbelkeep
Descrição Analyze and highlight the keywords and meta tags on the page
Tamanho do Arquivo 33.21 KB
Contagem de Instalações 516
Versão Atual 0.9.7
Última Atualização 2019-03-14
Data de Publicação 2019-03-14
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor petrovnn
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/meta-systems/seometahelper
URL da Página de Ajuda https://github.com/petrovnn/seometahelper/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Meta Helper",
    "version": "0.9.7",
    "manifest_version": 2,
    "description": "Analyze and highlight the keywords and meta tags on the page",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/seo-meta-helper\/ophnbpddglgmhejmapegoopggbelkeep",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "SEO meta helper",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js",
            "popup.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "fix.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "copy.svg"
    ]
}