Kakuy Live
KakuyLive Social Browsing
什么是Kakuy Live?
Kakuy Live是由https://www.kakuylive.com开发的Chrome扩展程序,该扩展的主要功能是“KakuyLive Social Browsing”。
扩展截图
下载Kakuy Live扩展crx文件
下载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" } } |