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.

Vad är If You're Bored... New Tab?

If You're Bored... New Tab är en Chrome-tillägg utvecklad av johannes.santen, och dess huvudfunktion är "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".

Tilläggsskärmbilder

screenshot

Ladda ner If You're Bored... New Tab-förlängningens CRX-fil

Ladda ner If You're Bored... New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
Officiell webbadress https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Beskrivning New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Filstorlek 99.84 KB
Antal Installationer 20
Aktuell Version 1.1
Senast Uppdaterad 2017-05-14
Publiceringsdatum 2017-05-14
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare johannes.santen
Betalningssätt free
Stödda Språk 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"
    }
}