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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } |