Kakuy Live

KakuyLive Social Browsing

O que é Kakuy Live?

Kakuy Live é uma extensão do Chrome desenvolvida por https://www.kakuylive.com, e sua principal característica é "KakuyLive Social Browsing".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Kakuy Live

Baixe arquivos de extensão Kakuy Live no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Kakuy Live Kakuy Live
ID mfokjmdlchngfadmbhmhenelgmbccdmc
URL Oficial https://chromewebstore.google.com/detail/kakuy-live/mfokjmdlchngfadmbhmhenelgmbccdmc
Descrição KakuyLive Social Browsing
Tamanho do Arquivo 3.53 MB
Contagem de Instalações 15
Versão Atual 1.3
Última Atualização 2014-08-27
Data de Publicação 2014-08-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.kakuylive.com
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}