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ファイルをダウンロード

ADIMYL - A Day In MY Life拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "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\/*"
        ]
    }
}