오늘의 운세
오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]
Cos'è 오늘의 운세?
오늘의 운세 è un'estensione di Chrome sviluppata da https://www.erumy.com, e la sua funzione principale è "오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 오늘의 운세
Scarica i file di estensione 오늘의 운세 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com] ======== 버전이력 ======== ver. 1.2 / 1.3 - 현재 설정된 생년월일 표기 및 변경기능 추가 ver. 1.1 - 하루 한 번 오늘의 운세 notice. 알림 옵션으로 설정 ver. 1.0 - 생년월일에 해당하는 오늘의 운세 무료제공
Informazioni di Base sull'Estensione
Nome | |
ID | jicjfcpeoinjdkmfnnebgccmldohjdph |
URL Ufficiale | https://chromewebstore.google.com/detail/%EC%98%A4%EB%8A%98%EC%9D%98-%EC%9A%B4%EC%84%B8/jicjfcpeoinjdkmfnnebgccmldohjdph |
Descrizione | 오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com] |
Dimensione del File | 51.28 KB |
Conteggio Installazioni | 64 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2015-06-30 |
Data di Pubblicazione | 2015-06-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.erumy.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://www.erumy.com/support/faq.aspx |
Lingue Supportate | 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" ] } } |