Kakuy Live
KakuyLive Social Browsing
Cos'è Kakuy Live?
Kakuy Live è un'estensione di Chrome sviluppata da https://www.kakuylive.com, e la sua funzione principale è "KakuyLive Social Browsing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kakuy Live
Scarica i file di estensione Kakuy Live in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Kakuy Live |
ID | mfokjmdlchngfadmbhmhenelgmbccdmc |
URL Ufficiale | https://chromewebstore.google.com/detail/kakuy-live/mfokjmdlchngfadmbhmhenelgmbccdmc |
Descrizione | KakuyLive Social Browsing |
Dimensione del File | 3.53 MB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2014-08-27 |
Data di Pubblicazione | 2014-08-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.kakuylive.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |