If You're Bored... New Tab

New tab page that shows list of things you could be doing instead of wasting your time on the internet.

If You're Bored... New Tabとは何ですか?

If You're Bored... New Tabはjohannes.santenによって開発されたChromeの拡張機能で、その主な機能は「New tab page that shows list of things you could be doing instead of wasting your time on the internet.」です。

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

screenshot

If You're Bored... New Tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension replaces the default new tab page in chrome with an editable list. The idea is that if you're opening a new tab because you're bored, you'll see a list of things you could be doing instead of wasting your time on the internet.                    

拡張機能の基本情報

名前 If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
公式URL https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
説明 New tab page that shows list of things you could be doing instead of wasting your time on the internet.
ファイルサイズ 99.84 KB
インストール数 20
現在のバージョン 1.1
最終更新日 2017-05-14
公開日 2017-05-14
評価 5.00/5 合計 2 レビュー
開発者 johannes.santen
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "If You're Bored... New Tab",
    "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "ifyourebored.html"
    }
}