Kakuy Live
KakuyLive Social Browsing
Qu'est-ce que Kakuy Live ?
Kakuy Live est une extension Chrome développée par https://www.kakuylive.com, et sa fonction principale est "KakuyLive Social Browsing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kakuy Live
Téléchargez les fichiers d'extension Kakuy Live au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Kakuy Live |
ID | mfokjmdlchngfadmbhmhenelgmbccdmc |
URL Officiel | https://chromewebstore.google.com/detail/kakuy-live/mfokjmdlchngfadmbhmhenelgmbccdmc |
Description | KakuyLive Social Browsing |
Taille du Fichier | 3.53 MB |
Nombre d'Installations | 15 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2014-08-27 |
Date de Publication | 2014-08-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.kakuylive.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |