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.

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

If You're Bored... New Tab is een Chrome-extensie ontwikkeld door johannes.santen, en de belangrijkste functie is "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie If You're Bored... New Tab

Download If You're Bored... New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
Officiële URL https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Beschrijving New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Bestandsgrootte 99.84 KB
Aantal Installaties 20
Huidige Versie 1.1
Laatst Bijgewerkt 2017-05-14
Publicatiedatum 2017-05-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar johannes.santen
Betalingswijze free
Ondersteunde Talen 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"
    }
}