Time Tab

Minimalist new tab clock, with customizable background.

Apa itu Time Tab?

Time Tab adalah ekstensi Chrome yang dikembangkan oleh https://nathanwentworth.co, dan fitur utamanya adalah "Minimalist new tab clock, with customizable background.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Time Tab

Unduh file ekstensi Time Tab 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

                        This is a minimalist new tab page with a clock on it!

Features include! 
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere! 
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)

New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in                    

Informasi Dasar Ekstensi

Nama Time Tab Time Tab
ID fdjemjfcplhejdekgjbdjjobbkipoddd
URL Resmi https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd
Deskripsi Minimalist new tab clock, with customizable background.
Ukuran File 12.92 KB
Jumlah Instalasi 3,719
Versi Saat Ini 1.5.1
Terakhir Diperbarui 2019-02-09
Tanggal Publikasi 2019-02-09
Penilaian 4.65/5 Total 23 Penilaian
Pengembang https://nathanwentworth.co
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://twitter.com/nathanwentworth
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tab",
    "description": "Minimalist new tab clock, with customizable background.",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}