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
官方網址 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"
    }
}