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.

What is If You're Bored... New Tab?

If You're Bored... New Tab is a Chrome extension developed by johannes.santen, and its main feature is "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".

Extension Screenshots

screenshot

Download If You're Bored... New Tab Extension CRX File

Download If You're Bored... New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
Official URL https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Description New tab page that shows list of things you could be doing instead of wasting your time on the internet.
File Size 99.84 KB
Installation Count 20
Current Version 1.1
Last Updated 2017-05-14
Publish Date 2017-05-14
Rating 5.00/5 Total 2 Ratings
Developer johannes.santen
Payment Type free
Supported Languages 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"
    }
}