Colorful Motivation - New Tab Page

Replaces the new tab page with colorful motivation.

Colorful Motivation - New Tab Pageとは何ですか?

Colorful Motivation - New Tab Pageはjoshspicerによって開発されたChromeの拡張機能で、その主な機能は「Replaces the new tab page with colorful motivation.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Colorful Motivation - New Tab Page拡張機能のCRXファイルをダウンロード

Colorful Motivation - New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replace the (boring) new tab page with (fun and colorful) motivation. 
Displays your current age as it slowly ticks up, and generates a background color based on that moment.  

Easy to edit your birthday, just click the date in the bottom-left!

Inspired by the idea put forth in Chrome extension "Motivation" by maccman.  

Open source on Github: https://github.com/joshspicer/colorful-motivation                    

拡張機能の基本情報

名前 Colorful Motivation - New Tab Page Colorful Motivation - New Tab Page
ID mebfadffaiadgfhoieipinanpcmklhil
公式URL https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil
説明 Replaces the new tab page with colorful motivation.
ファイルサイズ 178 KB
インストール数 160
現在のバージョン 0.31
最終更新日 2018-08-22
公開日 2018-08-21
評価 4.83/5 合計 6 レビュー
開発者 joshspicer
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorful Motivation - New Tab Page",
    "version": "0.31",
    "author": "Josh Spicer",
    "description": "Replaces the new tab page with colorful motivation.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}