Kakuy Live

KakuyLive Social Browsing

Hvad er Kakuy Live?

Kakuy Live er en Chrome-udvidelse udviklet af https://www.kakuylive.com, og dens hovedfunktion er "KakuyLive Social Browsing".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Kakuy Live-udvidelses-CRX-fil

Download Kakuy Live-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Kakuy Live Kakuy Live
ID mfokjmdlchngfadmbhmhenelgmbccdmc
Officiel URL https://chromewebstore.google.com/detail/kakuy-live/mfokjmdlchngfadmbhmhenelgmbccdmc
Beskrivelse KakuyLive Social Browsing
Filstørrelse 3.53 MB
Antal Installationer 15
Nuværende Version 1.3
Senest Opdateret 2014-08-27
Udgivelsesdato 2014-08-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.kakuylive.com
Betalingsmetode free
Understøttede Sprog 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"
    }
}