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.

Cos'è If You're Bored... New Tab?

If You're Bored... New Tab è un'estensione di Chrome sviluppata da johannes.santen, e la sua funzione principale è "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione If You're Bored... New Tab

Scarica i file di estensione If You're Bored... New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
URL Ufficiale https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Descrizione New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Dimensione del File 99.84 KB
Conteggio Installazioni 20
Versione Corrente 1.1
Ultimo Aggiornamento 2017-05-14
Data di Pubblicazione 2017-05-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore johannes.santen
Tipo di Pagamento free
Lingue Supportate 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"
    }
}