New Tab Motivation

Motivational quotes delivered every time you open up a new tab.

什么是New Tab Motivation?

New Tab Motivation是由The Mindful Tech Lab开发的Chrome扩展程序,该扩展的主要功能是“Motivational quotes delivered every time you open up a new tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载New Tab Motivation扩展crx文件

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

扩展使用说明

                        ☆☆☆ Featured in Lifehacker! ☆☆☆

Get inspired each time you open a new browser tab. New Tab Motivation replaces your new tab page with a selection of randomized motivational quotes displayed in a minimalist layout. 

Developed by The Mindful Tech Lab. Learn more at www.TheMindfulTechLab.com                    

扩展基本信息

名称 New Tab Motivation New Tab Motivation
ID mcanfonlcebdnacjecfahjjecnfekkke
官方URL https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke
简介 Motivational quotes delivered every time you open up a new tab.
文件大小 49.42 KB
安装次数 2,000
当前版本 4.3
更新时间 2017-03-25
上架时间 2017-03-25
评分 4.60/5 共72次评分
开发者 The Mindful Tech Lab
电子邮箱 [email protected]
付费类型 free
扩展官网 http://themindfultechlab.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "New Tab Motivation",
    "description": "Motivational quotes delivered every time you open up a new tab.",
    "version": "4.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}