Weather Tab

Replace new tab page with the weather and search

Apa itu Weather Tab?

Weather Tab adalah ekstensi Chrome yang dikembangkan oleh https://timleland.com, dan fitur utamanya adalah "Replace new tab page with the weather and search".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Weather Tab

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

                        WeatherTab replaces your new tab page with the weather and search! WeatherTab shows a weather related photo and the current forecast for your location. You can manually set the location by searching. You can also choose between Fahrenheit or Celsius. The search features within the extension will be provided by Microsoft Bing.  

Free stock media content is distributed by Unsplash - https://unsplash.com 

Please refer to our Privacy Policy (https://weatherextension.com/terms) and Terms of Use (https://weatherextension.com/privacy). For any queries, please contact us at [email protected]                    

Informasi Dasar Ekstensi

Nama Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
URL Resmi https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
Deskripsi Replace new tab page with the weather and search
Ukuran File 7.47 MB
Jumlah Instalasi 396
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2022-08-29
Tanggal Publikasi 2019-01-13
Penilaian 4.00/5 Total 8 Penilaian
Pengembang https://timleland.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://timleland.com/weathertab/
URL Halaman Bantuan https://timleland.com/weathertab/
URL Halaman Kebijakan Privasi https://t.ly/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "WeatherTab",
    "homepage_url": "https:\/\/timleland.com\/weathertab\/",
    "version": "1.0.4",
    "description": "Replace new tab page with the weather and search",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 3,
    "permissions": [
        "unlimitedStorage",
        "geolocation"
    ]
}