Age Counter

Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.

Age Counterとは何ですか?

Age CounterはCody Danielsによって開発されたChromeの拡張機能で、その主な機能は「Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Age Counter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Customizations:
- Name
- Birthdate and time
- Background gradient

Background gradients:
- Red
- Orange
- Yellow
- Green
- Light Blue
- Dark Blue
- Purple
- Gray
- Black
- Random (one of the above gradients is chosen every time a new tab opens)                    

拡張機能の基本情報

名前 Age Counter Age Counter
ID opednjnkpnkdndkmaciahffknkefpnle
公式URL https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle
説明 Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.
ファイルサイズ 12.96 KB
インストール数 2,170
現在のバージョン 1.1.0
最終更新日 2017-07-15
公開日 2017-07-15
評価 5.00/5 合計 4 レビュー
開発者 Cody Daniels
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Age Counter",
    "description": "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.",
    "version": "1.1.0",
    "manifest_version": 2,
    "author": "Cody Daniels",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}