오늘의 운세

오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]

Wat is 오늘의 운세?

오늘의 운세 is een Chrome-extensie ontwikkeld door https://www.erumy.com, en de belangrijkste functie is "오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 오늘의 운세

Download 오늘의 운세-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        내 생년월일에 맞는 제대로 된 운세를 제공합니다. 

[자료제공 : http://www.erumy.com]

========
버전이력 
========
ver. 1.2 / 1.3
- 현재 설정된 생년월일 표기 및 변경기능 추가

ver. 1.1
- 하루 한 번 오늘의 운세 notice. 알림 옵션으로 설정

ver. 1.0
- 생년월일에 해당하는 오늘의 운세 무료제공                    

Basisinformatie over de Extensie

Naam 오늘의 운세 오늘의 운세
ID jicjfcpeoinjdkmfnnebgccmldohjdph
Officiële URL https://chromewebstore.google.com/detail/%EC%98%A4%EB%8A%98%EC%9D%98-%EC%9A%B4%EC%84%B8/jicjfcpeoinjdkmfnnebgccmldohjdph
Beschrijving 오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]
Bestandsgrootte 51.28 KB
Aantal Installaties 64
Huidige Versie 1.3
Laatst Bijgewerkt 2015-06-30
Publicatiedatum 2015-06-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.erumy.com
Betalingswijze free
Help Pagina-URL http://www.erumy.com/support/faq.aspx
Ondersteunde Talen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\uc624\ub298\uc758 \uc6b4\uc138",
    "short_name": "todayFortune",
    "description": "\uc624\ub298\uc758 \uc6b4\uc138::\ub0b4 \uc0dd\ub144\uc6d4\uc77c\uc5d0 \ub9de\ub294 \uc81c\ub300\ub85c \ub41c \uc6b4\uc138\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. [\uc790\ub8cc\uc81c\uacf5 : http:\/\/www.erumy.com]",
    "version": "1.3",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "https:\/\/erumyasp.azurewebsites.net\/",
        "http:\/\/erumyasp.azurewebsites.net\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_popup": "todayfortune.html"
    },
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}