Motivational New Tab

Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.

Motivational New Tabとは何ですか?

Motivational New Tabはhttps://singleclickapps.comによって開発されたChromeの拡張機能で、その主な機能は「Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.」です。

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

screenshot
screenshot
screenshot
screenshot

Motivational New Tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Replace the default new tab page with an inspirational picture and a motivational quote.

Every time you open up a new tab you'll see a new, randomly selected quote and wallpaper. 

Reload the new tab page to get another motivational quote and picture. 

Motivational New Tab comes with quick links to your most visited sites, bookmarks, browsing history and installed Chrome apps (you can turn-off the links from the options page).                    

拡張機能の基本情報

名前 Motivational New Tab Motivational New Tab
ID colhedmdicjkpcamhdmhelahipgceneb
公式URL https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb
説明 Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
ファイルサイズ 25.9 MB
インストール数 862
現在のバージョン 2.1.0.0
最終更新日 2017-12-21
公開日 2017-12-20
評価 5.00/5 合計 7 レビュー
開発者 https://singleclickapps.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://singleclickapps.com/motivational-new-tab/
ヘルプページのURL http://singleclickapps.com/motivational-new-tab/help.html
プライバシーポリシーページのURL https://singleclickapps.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Motivational New Tab",
    "version": "2.1.0.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/singleclickapps.com\/motivational-new-tab",
    "description": "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.",
    "icons": {
        "16": "24.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "24.png",
        "default_title": "New Tab"
    },
    "incognito": "split",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}