오늘의 운세

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

Qu'est-ce que 오늘의 운세 ?

오늘의 운세 est une extension Chrome développée par https://www.erumy.com, et sa fonction principale est "오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 오늘의 운세

Téléchargez les fichiers d'extension 오늘의 운세 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

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

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

Informations de Base sur l'Extension

Nom 오늘의 운세 오늘의 운세
ID jicjfcpeoinjdkmfnnebgccmldohjdph
URL Officiel https://chromewebstore.google.com/detail/%EC%98%A4%EB%8A%98%EC%9D%98-%EC%9A%B4%EC%84%B8/jicjfcpeoinjdkmfnnebgccmldohjdph
Description 오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]
Taille du Fichier 51.28 KB
Nombre d'Installations 64
Version Actuelle 1.3
Dernière Mise à Jour 2015-06-30
Date de Publication 2015-06-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.erumy.com
Type de Paiement free
URL de la Page d'Aide http://www.erumy.com/support/faq.aspx
Langues Prises en Charge 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"
        ]
    }
}