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 to jest If You're Bored... New Tab?

If You're Bored... New Tab to rozszerzenie Chrome opracowane przez johannes.santen, a jego główną funkcją jest „New tab page that shows list of things you could be doing instead of wasting your time on the internet.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia If You're Bored... New Tab

Pobierz pliki rozszerzeń If You're Bored... New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
Oficjalny URL https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Opis New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Rozmiar pliku 99.84 KB
Liczba instalacji 20
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-05-14
Data Publikacji 2017-05-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper johannes.santen
Typ Płatności free
Obsługiwane Języki 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"
    }
}