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
}