Tabbed.io - New Tab Page

A personalised landing page for your browser

Apa itu Tabbed.io - New Tab Page?

Tabbed.io - New Tab Page adalah ekstensi Chrome yang dikembangkan oleh http://tabbed.io, dan fitur utamanya adalah "A personalised landing page for your browser".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tabbed.io - New Tab Page

Unduh file ekstensi Tabbed.io - New Tab Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tabbed.io - New Tab Page Tabbed.io - New Tab Page
ID oipnokfpeckfiofafaoikkhkmhdeoebb
URL Resmi https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb
Deskripsi A personalised landing page for your browser
Ukuran File 1.12 MB
Jumlah Instalasi 116
Versi Saat Ini 1.4.2
Terakhir Diperbarui 2017-04-12
Tanggal Publikasi 2017-04-12
Penilaian 4.25/5 Total 12 Penilaian
Pengembang http://tabbed.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://tabbed.io
URL Halaman Bantuan https://github.com/danbovey/Tabbed.io/issues
Bahasa yang Didukung 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"
    }
}