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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}