업비트 PC버전 시세 알람
업비트 PC버전 시세 알람 - 머니코더
업비트 PC버전 시세 알람とは何ですか?
업비트 PC버전 시세 알람は머니코더によって開発されたChromeの拡張機能で、その主な機能は「업비트 PC버전 시세 알람 - 머니코더」です。
拡張機能のスクリーンショット
업비트 PC버전 시세 알람拡張機能のCRXファイルをダウンロード
업비트 PC버전 시세 알람拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
업비트 API를 이용해
PC에서 코인의 시세 알람을 받을 수 있는 익스텐션입니다. 拡張機能の基本情報
| 名前 | |
| ID | anknlmkpkpdicamljfhihjppdgdabcfb |
| 公式URL | https://chromewebstore.google.com/detail/%EC%97%85%EB%B9%84%ED%8A%B8-pc%EB%B2%84%EC%A0%84-%EC%8B%9C%EC%84%B8-%EC%95%8C%EB%9E%8C/anknlmkpkpdicamljfhihjppdgdabcfb |
| 説明 | 업비트 PC버전 시세 알람 - 머니코더 |
| ファイルサイズ | 230 KB |
| インストール数 | 658 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2022-03-11 |
| 公開日 | 2022-03-10 |
| 評価 | 4.75/5 合計 4 レビュー |
| 開発者 | 머니코더 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg |
| ヘルプページのURL | https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg |
| 対応言語 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\uc5c5\ube44\ud2b8 PC\ubc84\uc804 \uc2dc\uc138 \uc54c\ub78c",
"description": "\uc5c5\ube44\ud2b8 PC\ubc84\uc804 \uc2dc\uc138 \uc54c\ub78c - \uba38\ub2c8\ucf54\ub354",
"version": "1.1",
"permissions": [
"notifications",
"storage",
"*:\/\/*.upbit.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"x.png"
],
"matches": [
"*:\/\/*.upbit.com\/*"
]
}
],
"icons": {
"24": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "\uc5c5\ube44\ud2b8 PC\ubc84\uc804 \uc2dc\uc138 \uc54c\ub78c",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.upbit.com\/*"
],
"js": [
"jquery.js",
"jquery-min.js",
"jquery-ui.min.js",
"content.js"
]
}
],
"manifest_version": 3
} | |