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"
    }
}