Tabbed.io - New Tab Page

A personalised landing page for your browser

Cos'è Tabbed.io - New Tab Page?

Tabbed.io - New Tab Page è un'estensione di Chrome sviluppata da http://tabbed.io, e la sua funzione principale è "A personalised landing page for your browser".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabbed.io - New Tab Page

Scarica i file di estensione Tabbed.io - New Tab Page 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

                        Tabbed.io replaces your new tab page with a minimalistic and clean dashboard featuring a clock and the date.

Each day you receive a new random wallpaper from unsplash.com!

Many addons are optional so you can choose to keep the minimalist new tab page.

Features
* Beautiful, random wallpaper every day with the option to choose again
* Countdown timer with customisable sounds
* Google I'm Feeling Lucky - super fast search!
* Time and date settings
* Access to Chrome Apps page
* Custom wallpapers via URL (even import background GIFs!)
* Syncs all of these settings and get the same wallpaper per day across your devices                    

Informazioni di Base sull'Estensione

Nome Tabbed.io - New Tab Page Tabbed.io - New Tab Page
ID oipnokfpeckfiofafaoikkhkmhdeoebb
URL Ufficiale https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb
Descrizione A personalised landing page for your browser
Dimensione del File 1.12 MB
Conteggio Installazioni 116
Versione Corrente 1.4.2
Ultimo Aggiornamento 2017-04-12
Data di Pubblicazione 2017-04-12
Valutazione 4.25/5 Totale 12 Valutazioni
Sviluppatore http://tabbed.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://tabbed.io
URL della Pagina di Aiuto https://github.com/danbovey/Tabbed.io/issues
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabbed.io - New Tab Page",
    "short_name": "Tabbed.io",
    "description": "A personalised landing page for your browser",
    "author": "Dan Bovey",
    "version": "1.4.2",
    "offline_enabled": true,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.tabbed.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tabbed.io\/*"
            ],
            "js": [
                "js\/extension.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}