KGen
Display the strongest keywords of a webpage for search engines.
什麼是KGen?
KGen是由Nicolas Froidure開發的Chrome擴展程式,該擴展的主要功能是“Display the strongest keywords of a webpage for search engines.”。
擴展截圖
下載KGen擴展crx文件
下載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 |
官方網址 | 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 } |