KGen
Display the strongest keywords of a webpage for search engines.
Hvad er KGen?
KGen er en Chrome-udvidelse udviklet af Nicolas Froidure, og dens hovedfunktion er "Display the strongest keywords of a webpage for search engines.".
Udvidelsesskærmbilleder
Download KGen-udvidelses-CRX-fil
Download KGen-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 !
Grundlæggende oplysninger om udvidelsen
Navn | KGen |
ID | jkpcelefglapiahikhocfdcigfpaagcl |
Officiel URL | https://chromewebstore.google.com/detail/kgen/jkpcelefglapiahikhocfdcigfpaagcl |
Beskrivelse | Display the strongest keywords of a webpage for search engines. |
Filstørrelse | 25.68 KB |
Antal Installationer | 4,051 |
Nuværende Version | 0.7 |
Senest Opdateret | 2013-10-29 |
Udgivelsesdato | 2013-10-29 |
Bedømmelse | 3.44/5 Samlet 9 Bedømmelser |
Udvikler | Nicolas Froidure |
Betalingsmetode | free |
Udvidelseswebsted | http://kgen.elitwork.com |
Hjælpeside-URL | http://kgen.elitwork.com/manual.html |
Understøttede Sprog | 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 } |