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"
    ]
}