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.

Was ist If You're Bored... New Tab?

If You're Bored... New Tab ist eine Chrome-Erweiterung, die von johannes.santen entwickelt wurde, und ihr Hauptmerkmal ist "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".

Erweiterungsscreenshots

screenshot

If You're Bored... New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie If You're Bored... New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
Offizielle URL https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Beschreibung New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Dateigröße 99.84 KB
Installationsanzahl 20
Aktuelle Version 1.1
Letztes Update 2017-05-14
Veröffentlichungsdatum 2017-05-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler johannes.santen
Zahlungsart free
Unterstützte Sprachen 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"
    }
}