오늘의 운세
오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]
오늘의 운세란 무엇입니까?
오늘의 운세은(는) https://www.erumy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]"입니다.
확장 프로그램 스크린샷
오늘의 운세 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com] ======== 버전이력 ======== ver. 1.2 / 1.3 - 현재 설정된 생년월일 표기 및 변경기능 추가 ver. 1.1 - 하루 한 번 오늘의 운세 notice. 알림 옵션으로 설정 ver. 1.0 - 생년월일에 해당하는 오늘의 운세 무료제공
확장 프로그램 기본 정보
이름 | |
ID | jicjfcpeoinjdkmfnnebgccmldohjdph |
공식 URL | https://chromewebstore.google.com/detail/%EC%98%A4%EB%8A%98%EC%9D%98-%EC%9A%B4%EC%84%B8/jicjfcpeoinjdkmfnnebgccmldohjdph |
설명 | 오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com] |
파일 크기 | 51.28 KB |
설치 횟수 | 64 |
현재 버전 | 1.3 |
최근 업데이트 | 2015-06-30 |
출시 날짜 | 2015-06-30 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://www.erumy.com |
결제 유형 | free |
도움말 페이지 URL | http://www.erumy.com/support/faq.aspx |
지원되는 언어 | 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" ] } } |