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