KGen

Display the strongest keywords of a webpage for search engines.

O que é KGen?

KGen é uma extensão do Chrome desenvolvida por Nicolas Froidure, e sua principal característica é "Display the strongest keywords of a webpage for search engines.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão KGen

Baixe arquivos de extensão KGen 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

                        KGen retrieves every words of a page and lets you know how many time they appears and their weight in the page and their average position in the web page.

It give you some stats on the content of the page to allows you to improve your content quality. KGen's also a good tool to view your competitors keyword strategy.

KGen4Chrome 0.1 ->1.0 will be kind of "beta" extension. Please report any bug encountered !                    

Informações Básicas da Extensão

Nome KGen KGen
ID jkpcelefglapiahikhocfdcigfpaagcl
URL Oficial https://chromewebstore.google.com/detail/kgen/jkpcelefglapiahikhocfdcigfpaagcl
Descrição Display the strongest keywords of a webpage for search engines.
Tamanho do Arquivo 25.68 KB
Contagem de Instalações 4,051
Versão Atual 0.7
Última Atualização 2013-10-29
Data de Publicação 2013-10-29
Classificação 3.44/5 Total de 9 Avaliações
Desenvolvedor Nicolas Froidure
Tipo de Pagamento free
Site da Extensão http://kgen.elitwork.com
URL da Página de Ajuda http://kgen.elitwork.com/manual.html
Idiomas Suportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KGen",
    "description": "__MSG_description__",
    "version": "0.7",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon-32.png",
        "default_title": "__MSG_tooltip__"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "mycontentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "manifest_version": 2
}