Motivational New Tab

Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.

什么是Motivational New Tab?

Motivational New Tab是由https://singleclickapps.com开发的Chrome扩展程序,该扩展的主要功能是“Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Motivational New Tab扩展crx文件

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

扩展使用说明

                        Replace the default new tab page with an inspirational picture and a motivational quote.

Every time you open up a new tab you'll see a new, randomly selected quote and wallpaper. 

Reload the new tab page to get another motivational quote and picture. 

Motivational New Tab comes with quick links to your most visited sites, bookmarks, browsing history and installed Chrome apps (you can turn-off the links from the options page).                    

扩展基本信息

名称 Motivational New Tab Motivational New Tab
ID colhedmdicjkpcamhdmhelahipgceneb
官方URL https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb
简介 Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
文件大小 25.9 MB
安装次数 862
当前版本 2.1.0.0
更新时间 2017-12-21
上架时间 2017-12-20
评分 5.00/5 共7次评分
开发者 https://singleclickapps.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://singleclickapps.com/motivational-new-tab/
帮助页面URL http://singleclickapps.com/motivational-new-tab/help.html
隐私政策页面URL https://singleclickapps.com/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Motivational New Tab",
    "version": "2.1.0.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/singleclickapps.com\/motivational-new-tab",
    "description": "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.",
    "icons": {
        "16": "24.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "24.png",
        "default_title": "New Tab"
    },
    "incognito": "split",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}