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 } |