Daily Motivation

Replace new tab page with Daily Motivation

什么是Daily Motivation?

Daily Motivation是由aarohmankad开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with Daily Motivation”。

扩展截图

screenshot

下载Daily Motivation扩展crx文件

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

扩展使用说明

                        This new tab page counts down the hours, minutes, and seconds left today to keep you motivated throughout your day.

It feels like you're always competing on the clock to get your tasks done!                    

扩展基本信息

名称 Daily Motivation Daily Motivation
ID mmgepjldageingldphdeebmgaemdciio
官方URL https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio
简介 Replace new tab page with Daily Motivation
文件大小 62.54 KB
安装次数 700
当前版本 0.15
更新时间 2017-06-21
上架时间 2017-06-20
评分 4.08/5 共13次评分
开发者 aarohmankad
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.github.com/aarohmankad/motivation
帮助页面URL http://www.github.com/aarohmankad/motivation
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with Daily Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Daily Motivation",
    "offline_enabled": true,
    "version": "0.15"
}