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
Eメール [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"
    }
}