HexTab

Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.

Apa itu HexTab?

HexTab adalah ekstensi Chrome yang dikembangkan oleh Sam, dan fitur utamanya adalah "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HexTab

Unduh file ekstensi HexTab 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 lightweight Chrome extension replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. This extension is completely free - there are no adverts, none of your data is stored or sold, and the code is open source.

https://github.com/kjav/HexNewTab                    

Informasi Dasar Ekstensi

Nama HexTab HexTab
ID mlolhgcdjopgacopeelfoofjbmhklgja
URL Resmi https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja
Deskripsi Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
Ukuran File 39.39 KB
Jumlah Instalasi 22
Versi Saat Ini 0.6.0
Terakhir Diperbarui 2016-04-29
Tanggal Publikasi 2016-04-28
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Sam
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HexTab",
    "version": "0.6.0",
    "manifest_version": 2,
    "description": "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "geolocation"
    ],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    }
}