ADIMYL - A Day In MY Life

Each day of your life counts.

ADIMYL - A Day In MY Life란 무엇입니까?

ADIMYL - A Day In MY Life은(는) https://www.adimyl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Each day of your life counts."입니다.

확장 프로그램 스크린샷

screenshot

ADIMYL - A Day In MY Life 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "Most people overestimate what they can do in one year and underestimate what they can do in ten years." 
- Bill Gates

We help you to track your progress each day and use it for motivation to achieve more next day. 

Nothing motivates us more than our own actions. Today's progress is motivation for tomorrow.                    

확장 프로그램 기본 정보

이름 ADIMYL - A Day In MY Life ADIMYL - A Day In MY Life
ID kekilecjnbcdpciaompgkcpcjjhoicnj
공식 URL https://chromewebstore.google.com/detail/adimyl-a-day-in-my-life/kekilecjnbcdpciaompgkcpcjjhoicnj
설명 Each day of your life counts.
파일 크기 502 KB
설치 횟수 14
현재 버전 1.1.0
최근 업데이트 2015-01-13
출시 날짜 2015-01-13
평점 5.00/5 총 1 개의 평점
개발자 https://www.adimyl.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.adimyl.com
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "jquery-1.9.1.min.js",
            "helper.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Each Day Counts"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Each day of your life counts.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "ADIMYL - A Day In MY Life",
    "permissions": [
        "storage",
        "http:\/\/adimyl.herokuapp.com\/"
    ],
    "options_page": "options.html",
    "short_name": "ADIMYL - Each Day Counts",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "externally_connectable": {
        "matches": [
            "*:\/\/adimyl.com\/*"
        ]
    }
}