KGen
Display the strongest keywords of a webpage for search engines.
Cos'è KGen?
KGen è un'estensione di Chrome sviluppata da Nicolas Froidure, e la sua funzione principale è "Display the strongest keywords of a webpage for search engines.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KGen
Scarica i file di estensione KGen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 !
Informazioni di Base sull'Estensione
Nome | KGen |
ID | jkpcelefglapiahikhocfdcigfpaagcl |
URL Ufficiale | https://chromewebstore.google.com/detail/kgen/jkpcelefglapiahikhocfdcigfpaagcl |
Descrizione | Display the strongest keywords of a webpage for search engines. |
Dimensione del File | 25.68 KB |
Conteggio Installazioni | 4,051 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2013-10-29 |
Data di Pubblicazione | 2013-10-29 |
Valutazione | 3.44/5 Totale 9 Valutazioni |
Sviluppatore | Nicolas Froidure |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://kgen.elitwork.com |
URL della Pagina di Aiuto | http://kgen.elitwork.com/manual.html |
Lingue Supportate | 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 } |