KGen
Display the strongest keywords of a webpage for search engines.
Τι είναι το KGen;
Το KGen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nicolas Froidure, και η κύρια λειτουργία του είναι "Display the strongest keywords of a webpage for search engines.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης KGen
Λήψη αρχείων επέκτασης KGen σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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 } |