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
官方網址 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"
    ]
}