Tabbed.io - New Tab Page

A personalised landing page for your browser

Co to jest Tabbed.io - New Tab Page?

Tabbed.io - New Tab Page to rozszerzenie Chrome opracowane przez http://tabbed.io, a jego główną funkcją jest „A personalised landing page for your browser”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tabbed.io - New Tab Page

Pobierz pliki rozszerzeń Tabbed.io - New Tab Page 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tabbed.io - New Tab Page Tabbed.io - New Tab Page
ID oipnokfpeckfiofafaoikkhkmhdeoebb
Oficjalny URL https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb
Opis A personalised landing page for your browser
Rozmiar pliku 1.12 MB
Liczba instalacji 116
Aktualna Wersja 1.4.2
Ostatnia Aktualizacja 2017-04-12
Data Publikacji 2017-04-12
Ocena 4.25/5 Łącznie 12 Oceny
Deweloper http://tabbed.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://tabbed.io
Adres URL Strony Pomocy https://github.com/danbovey/Tabbed.io/issues
Obsługiwane Języki 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"
    }
}