Cobot
모든 거래소의 시세를 한번에~! Cobot, cobot.co.kr, 비트코인, 이더리움, cryptocurrency
什么是Cobot?
Cobot是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“모든 거래소의 시세를 한번에~! Cobot, cobot.co.kr, 비트코인, 이더리움, cryptocurrency”。
扩展截图
下载Cobot扩展crx文件
下载Cobot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
코인의 국내 거래소와 폴로닉스 실시간 조회를 한꺼번에! 실시간 다용도 시세조회는 코봇!
扩展基本信息
名称 | Cobot |
ID | lakonigdpkdbpipnaodlgalipffhfcdc |
官方URL | https://chromewebstore.google.com/detail/cobot/lakonigdpkdbpipnaodlgalipffhfcdc |
简介 | 모든 거래소의 시세를 한번에~! Cobot, cobot.co.kr, 비트코인, 이더리움, cryptocurrency |
文件大小 | 94.4 KB |
安装次数 | 13 |
当前版本 | 0.3 |
更新时间 | 2017-06-10 |
上架时间 | 2017-06-10 |
评分 | 4.50/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://cobot.co.kr |
支持的语言 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cobot", "permissions": [ "tabs" ], "description": "\ubaa8\ub4e0 \uac70\ub798\uc18c\uc758 \uc2dc\uc138\ub97c \ud55c\ubc88\uc5d0~! Cobot, cobot.co.kr, \ube44\ud2b8\ucf54\uc778, \uc774\ub354\ub9ac\uc6c0, cryptocurrency", "version": "0.3", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "favicon_16_16.png" }, "icons": { "16": "favicon_16_16.png", "128": "favicon_128_128.png" } } |