KGen

Display the strongest keywords of a webpage for search engines.

KGen là gì?

KGen là một tiện ích mở rộng Chrome được phát triển bởi Nicolas Froidure, và tính năng chính của nó là "Display the strongest keywords of a webpage for search engines.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KGen

Tải xuống các tệp mở rộng KGen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KGen KGen
ID jkpcelefglapiahikhocfdcigfpaagcl
URL Chính Thức https://chromewebstore.google.com/detail/kgen/jkpcelefglapiahikhocfdcigfpaagcl
Mô tả Display the strongest keywords of a webpage for search engines.
Kích Thước Tệp 25.68 KB
Số Lần Cài Đặt 4,051
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2013-10-29
Ngày Phát Hành 2013-10-29
Đánh Giá 3.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Nicolas Froidure
Loại Thanh Toán free
Trang Web Mở Rộng http://kgen.elitwork.com
URL Trang Trợ Giúp http://kgen.elitwork.com/manual.html
Ngôn Ngữ Được Hỗ Trợ 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
}