Kakuy Live
KakuyLive Social Browsing
Kakuy Liveคืออะไร?
Kakuy Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kakuylive.com และคุณลักษณะหลักของมันคือ "KakuyLive Social Browsing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kakuy Live
ดาวน์โหลดไฟล์ส่วนขยาย Kakuy Live ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin was created in order to give the searches a more social approach to the end users, so that when you search for some info in one of the majos engines like (google, yahoo, bing,yandex, baidu) if other users search for the same as you, you can check the info the share, try a chat or share your own info so that others can see it. We think that the human being is the best link and so we create this plugin to attach the links provided a human approach to the info they have.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kakuy Live |
ID | mfokjmdlchngfadmbhmhenelgmbccdmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kakuy-live/mfokjmdlchngfadmbhmhenelgmbccdmc |
คำอธิบาย | KakuyLive Social Browsing |
ขนาดไฟล์ | 3.53 MB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2014-08-27 |
วันที่เผยแพร่ | 2014-08-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.kakuylive.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,en-GB,en-US,fil,fr,es,es-419,it,pt-PT,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kakuy Live", "description": "KakuyLive Social Browsing", "version": "1.3", "icons": { "128": "icon_128.png" }, "default_locale": "es", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "main.html" } } |