KGen

Display the strongest keywords of a webpage for search engines.

Co je KGen?

KGen je rozšíření Chrome vyvinuté Nicolas Froidure, a jeho hlavní funkcí je „Display the strongest keywords of a webpage for search engines.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření KGen

Stáhněte si soubory rozšíření KGen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 !                    

Základní Informace o Rozšíření

Název KGen KGen
ID jkpcelefglapiahikhocfdcigfpaagcl
Oficiální URL https://chromewebstore.google.com/detail/kgen/jkpcelefglapiahikhocfdcigfpaagcl
Popis Display the strongest keywords of a webpage for search engines.
Velikost souboru 25.68 KB
Počet instalací 4,051
Aktuální Verze 0.7
Poslední Aktualizace 2013-10-29
Datum Vydání 2013-10-29
Hodnocení 3.44/5 Celkem 9 Hodnocení
Vývojář Nicolas Froidure
Typ Platby free
Webové stránky Rozšíření http://kgen.elitwork.com
URL Stránky Nápovědy http://kgen.elitwork.com/manual.html
Podporované Jazyky 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
}