KGen

Display the strongest keywords of a webpage for search engines.

KGenとは何ですか?

KGenはNicolas Froidureによって開発されたChromeの拡張機能で、その主な機能は「Display the strongest keywords of a webpage for search engines.」です。

拡張機能のスクリーンショット

screenshot

KGen拡張機能のCRXファイルをダウンロード

KGen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 !                    

拡張機能の基本情報

名前 KGen KGen
ID jkpcelefglapiahikhocfdcigfpaagcl
公式URL https://chromewebstore.google.com/detail/kgen/jkpcelefglapiahikhocfdcigfpaagcl
説明 Display the strongest keywords of a webpage for search engines.
ファイルサイズ 25.68 KB
インストール数 4,051
現在のバージョン 0.7
最終更新日 2013-10-29
公開日 2013-10-29
評価 3.44/5 合計 9 レビュー
開発者 Nicolas Froidure
支払い方法 free
拡張機能のウェブサイト http://kgen.elitwork.com
ヘルプページのURL http://kgen.elitwork.com/manual.html
対応言語 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
}