Kakuy Live
KakuyLive Social Browsing
Kakuy Live란 무엇입니까?
Kakuy Live은(는) https://www.kakuylive.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "KakuyLive Social Browsing"입니다.
확장 프로그램 스크린샷
Kakuy Live 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |