KGen

Display the strongest keywords of a webpage for search engines.

Co to jest KGen?

KGen to rozszerzenie Chrome opracowane przez Nicolas Froidure, a jego główną funkcją jest „Display the strongest keywords of a webpage for search engines.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia KGen

Pobierz pliki rozszerzeń KGen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 !                    

Podstawowe informacje o rozszerzeniu

Nazwa KGen KGen
ID jkpcelefglapiahikhocfdcigfpaagcl
Oficjalny URL https://chromewebstore.google.com/detail/kgen/jkpcelefglapiahikhocfdcigfpaagcl
Opis Display the strongest keywords of a webpage for search engines.
Rozmiar pliku 25.68 KB
Liczba instalacji 4,051
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2013-10-29
Data Publikacji 2013-10-29
Ocena 3.44/5 Łącznie 9 Oceny
Deweloper Nicolas Froidure
Typ Płatności free
Strona Rozszerzenia http://kgen.elitwork.com
Adres URL Strony Pomocy http://kgen.elitwork.com/manual.html
Obsługiwane Języki 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
}