엔화 환율 하락 알람

원화대비 엔화 환율 하락할 경우 웹 푸시 알림이 전송된다

What is 엔화 환율 하락 알람?

엔화 환율 하락 알람 is a Chrome extension developed by master.sametosame, and its main feature is "원화대비 엔화 환율 하락할 경우 웹 푸시 알림이 전송된다".

Extension Screenshots

screenshot

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

                        KRW(한화) 기준

JPY(엔화) 환율 하락 알람 크롬 확장 프로그램입니다.

설정한 값 이하로 JPY가 하락하게 되면 웹 "푸시 알림"이 전송됩니다.

일본 여행을 준비하면서 간단하게 만들어보았습니다.

필요하신분들 잘 사용하셨으면 좋겠습니다.^^                    

Extension Basic Information

Name 엔화 환율 하락 알람 엔화 환율 하락 알람
ID ddahlgdmipobpbfmahmdhfnnbiighbof
Official URL https://chromewebstore.google.com/detail/%EC%97%94%ED%99%94-%ED%99%98%EC%9C%A8-%ED%95%98%EB%9D%BD-%EC%95%8C%EB%9E%8C/ddahlgdmipobpbfmahmdhfnnbiighbof
Description 원화대비 엔화 환율 하락할 경우 웹 푸시 알림이 전송된다
File Size 11.16 KB
Installation Count 79
Current Version 1.2
Last Updated 2017-03-16
Publish Date 2017-03-15
Developer master.sametosame
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\uc5d4\ud654 \ud658\uc728 \ud558\ub77d \uc54c\ub78c",
    "description": "\uc6d0\ud654\ub300\ube44 \uc5d4\ud654 \ud658\uc728 \ud558\ub77d\ud560 \uacbd\uc6b0 \uc6f9 \ud478\uc2dc \uc54c\ub9bc\uc774 \uc804\uc1a1\ub41c\ub2e4",
    "version": "1.2",
    "browser_action": {
        "default_icon": "KRW-16x16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "storage",
        "webRequest",
        "*:\/\/*.google.com\/",
        "notifications"
    ],
    "background": {
        "scripts": [
            "popup.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "KRW-16x16.png",
        "48": "KRW-48x48.png",
        "128": "KRW-128x128.png"
    }
}