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