업비트 PC버전 시세 알람
업비트 PC버전 시세 알람 - 머니코더
Vad är 업비트 PC버전 시세 알람?
업비트 PC버전 시세 알람 är en Chrome-tillägg utvecklad av 머니코더, och dess huvudfunktion är "업비트 PC버전 시세 알람 - 머니코더".
Tilläggsskärmbilder
Ladda ner 업비트 PC버전 시세 알람-förlängningens CRX-fil
Ladda ner 업비트 PC버전 시세 알람-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        업비트 API를 이용해
PC에서 코인의 시세 알람을 받을 수 있는 익스텐션입니다.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | anknlmkpkpdicamljfhihjppdgdabcfb | 
| Officiell webbadress | 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 | 
| Beskrivning | 업비트 PC버전 시세 알람 - 머니코더 | 
| Filstorlek | 230 KB | 
| Antal Installationer | 658 | 
| Aktuell Version | 1.1 | 
| Senast Uppdaterad | 2022-03-11 | 
| Publiceringsdatum | 2022-03-10 | 
| Betyg | 4.75/5 Totalt 4 Betyg | 
| Utvecklare | 머니코더 | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg | 
| Hjälpsida URL | https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg | 
| Stödda Språk | 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
}  |  |