코인 시세
빗썸, 코인원, 코빗 시세
What is 코인 시세?
코인 시세 is a Chrome extension developed by hyuk.lee, and its main feature is "빗썸, 코인원, 코빗 시세".
Extension Screenshots
Download 코인 시세 Extension CRX File
Download 코인 시세 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
비트코인등 암호화폐의 국내 거래소 실시간 정보
Extension Basic Information
Name | 코인 시세 |
ID | lmgholkbkielplkgkfhokhdgdamhiggm |
Official URL | https://chromewebstore.google.com/detail/%EC%BD%94%EC%9D%B8-%EC%8B%9C%EC%84%B8/lmgholkbkielplkgkfhokhdgdamhiggm |
Description | 빗썸, 코인원, 코빗 시세 |
File Size | 118 KB |
Installation Count | 318 |
Current Version | 0.0.8 |
Last Updated | 2017-10-09 |
Publish Date | 2017-10-08 |
Rating | 4.75/5 Total 4 Ratings |
Developer | hyuk.lee |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\ucf54\uc778 \uc2dc\uc138", "version": "0.0.8", "manifest_version": 2, "description": "\ube57\uc378, \ucf54\uc778\uc6d0, \ucf54\ube57 \uc2dc\uc138", "homepage_url": "http:\/\/dev.hyuklee.net", "default_locale": "ko", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/api.korbit.co.kr\/", "https:\/\/api.coinone.co.kr\/", "https:\/\/api.bithumb.com\/", "storage" ], "background": { "scripts": [ "js\/jquery\/jquery.min.js", "js\/numeral.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "\ud604\uc7ac \uc2dc\uc138 \ud655\uc778", "default_popup": "src\/browser_action\/browser_action.html" } } |