New Tab Motivational Quotes

An extension which shows motivating quotes on the new tab page.

什么是New Tab Motivational Quotes?

New Tab Motivational Quotes是由Shivank Gandhi开发的Chrome扩展程序,该扩展的主要功能是“An extension which shows motivating quotes on the new tab page.”。

扩展截图

screenshot
screenshot
screenshot

下载New Tab Motivational Quotes扩展crx文件

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

扩展使用说明

                        A small extension which shows motivational quotes on the New Tab page in Chrome.

I'd love to know your thoughts/suggestions in the comments.

**FEATURES**
 * Awesome selection of quotes to keep you motivated
 * Minimal typographic experience
 * Requires no permissions
 * Small size

**RELEASE NOTES**
* Added a new simpler font, based on user feedback.                    

扩展基本信息

名称 New Tab Motivational Quotes New Tab Motivational Quotes
ID mganbjhcinhhpelabgdgnogoaedcakke
官方URL https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke
简介 An extension which shows motivating quotes on the new tab page.
文件大小 24.92 KB
安装次数 2,850
当前版本 1.6.0
更新时间 2019-04-02
上架时间 2019-04-02
评分 4.63/5 共24次评分
开发者 Shivank Gandhi
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src",
    "name": "New Tab Motivational Quotes",
    "manifest_version": 2,
    "description": "An extension which shows motivating quotes on the new tab page.",
    "author": "Shivank Gandhi",
    "version": "1.6.0",
    "incognito": "split",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}