오늘의 운세
오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]
What is 오늘의 운세?
오늘의 운세 is a Chrome extension developed by https://www.erumy.com, and its main feature is "오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]".
Extension Screenshots
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
내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com] ======== 버전이력 ======== ver. 1.2 / 1.3 - 현재 설정된 생년월일 표기 및 변경기능 추가 ver. 1.1 - 하루 한 번 오늘의 운세 notice. 알림 옵션으로 설정 ver. 1.0 - 생년월일에 해당하는 오늘의 운세 무료제공
Extension Basic Information
Name | |
ID | jicjfcpeoinjdkmfnnebgccmldohjdph |
Official URL | 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] |
File Size | 51.28 KB |
Installation Count | 64 |
Current Version | 1.3 |
Last Updated | 2015-06-30 |
Publish Date | 2015-06-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.erumy.com |
Payment Type | free |
Help Page URL | http://www.erumy.com/support/faq.aspx |
Supported Languages | 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" ] } } |