KGen

Display the strongest keywords of a webpage for search engines.

Qu'est-ce que KGen ?

KGen est une extension Chrome développée par Nicolas Froidure, et sa fonction principale est "Display the strongest keywords of a webpage for search engines.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KGen

Téléchargez les fichiers d'extension KGen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 !                    

Informations de Base sur l'Extension

Nom KGen KGen
ID jkpcelefglapiahikhocfdcigfpaagcl
URL Officiel https://chromewebstore.google.com/detail/kgen/jkpcelefglapiahikhocfdcigfpaagcl
Description Display the strongest keywords of a webpage for search engines.
Taille du Fichier 25.68 KB
Nombre d'Installations 4,051
Version Actuelle 0.7
Dernière Mise à Jour 2013-10-29
Date de Publication 2013-10-29
Évaluation 3.44/5 Total 9 Évaluations
Développeur Nicolas Froidure
Type de Paiement free
Site Web de l'Extension http://kgen.elitwork.com
URL de la Page d'Aide http://kgen.elitwork.com/manual.html
Langues Prises en Charge 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
}