Time and Weather Tab

Minimal New Tab Page.

Apa itu Time and Weather Tab?

Time and Weather Tab adalah ekstensi Chrome yang dikembangkan oleh wilsodadeveloper, dan fitur utamanya adalah "Minimal New Tab Page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Time and Weather Tab

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

                        A minimal new tab page that shows the time and current weather.                    

Informasi Dasar Ekstensi

Nama Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
URL Resmi https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
Deskripsi Minimal New Tab Page.
Ukuran File 41.82 KB
Jumlah Instalasi 43
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-02-16
Tanggal Publikasi 2017-02-16
Penilaian 3.80/5 Total 5 Penilaian
Pengembang wilsodadeveloper
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time and Weather Tab",
    "description": "Minimal New Tab Page.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "weather.js"
        ]
    },
    "permissions": [
        "geolocation",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}