KGen

Display the strongest keywords of a webpage for search engines.

What is KGen?

KGen is a Chrome extension developed by Nicolas Froidure, and its main feature is "Display the strongest keywords of a webpage for search engines.".

Extension Screenshots

screenshot

Download KGen Extension CRX File

Download KGen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name KGen KGen
ID jkpcelefglapiahikhocfdcigfpaagcl
Official URL https://chromewebstore.google.com/detail/kgen/jkpcelefglapiahikhocfdcigfpaagcl
Description Display the strongest keywords of a webpage for search engines.
File Size 25.68 KB
Installation Count 4,051
Current Version 0.7
Last Updated 2013-10-29
Publish Date 2013-10-29
Rating 3.44/5 Total 9 Ratings
Developer Nicolas Froidure
Payment Type free
Extension Website http://kgen.elitwork.com
Help Page URL http://kgen.elitwork.com/manual.html
Supported Languages 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
}