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.

Hvad er If You're Bored... New Tab?

If You're Bored... New Tab er en Chrome-udvidelse udviklet af johannes.santen, og dens hovedfunktion er "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".

Udvidelsesskærmbilleder

screenshot

Download If You're Bored... New Tab-udvidelses-CRX-fil

Download If You're Bored... New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
Officiel URL https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Beskrivelse New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Filstørrelse 99.84 KB
Antal Installationer 20
Nuværende Version 1.1
Senest Opdateret 2017-05-14
Udgivelsesdato 2017-05-14
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler johannes.santen
Betalingsmetode free
Understøttede Sprog 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"
    }
}