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.

Co je If You're Bored... New Tab?

If You're Bored... New Tab je rozšíření Chrome vyvinuté johannes.santen, a jeho hlavní funkcí je „New tab page that shows list of things you could be doing instead of wasting your time on the internet.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření If You're Bored... New Tab

Stáhněte si soubory rozšíření If You're Bored... New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
Oficiální URL https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Popis New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Velikost souboru 99.84 KB
Počet instalací 20
Aktuální Verze 1.1
Poslední Aktualizace 2017-05-14
Datum Vydání 2017-05-14
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář johannes.santen
Typ Platby free
Podporované Jazyky 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"
    }
}