KGen
Display the strongest keywords of a webpage for search engines.
KGen क्या है?
KGen Nicolas Froidure द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display the strongest keywords of a webpage for search engines."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KGen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |