Motivation

Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.

什么是Motivation?

Motivation是由Dmytrii Lysak开发的Chrome扩展程序,该扩展的主要功能是“Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.”。

扩展截图

screenshot

下载Motivation扩展crx文件

下载Motivation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replace new tab page with Motivation. Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. Click to preview: https://motivation-new-tab.github.io/                    

扩展基本信息

名称 Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
官方URL https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
简介 Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
文件大小 2.01 MB
安装次数 629
当前版本 0.6.6.1
更新时间 2024-01-22
上架时间 2020-06-07
评分 5.00/5 共3次评分
开发者 Dmytrii Lysak
电子邮箱 [email protected]
付费类型 free
扩展官网 https://motivation-new-tab.github.io/
帮助页面URL https://github.com/Lysak/motivation/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6.6.1"
}