Weather Tab

Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.

Apa itu Weather Tab?

Weather Tab adalah ekstensi Chrome yang dikembangkan oleh Weather Tab, dan fitur utamanya adalah "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.".

Screenshot Ekstensi

screenshot
screenshot
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

                        Get Access to current Weather, extended weather forecast, search and more!

Please note this extension changes your new-tab page and changes your new-tab search engine to Yahoo.com results."

This extension updates your browser New Tab and provides:
 - Local Weather Conditions
   - Humidity
   - Sun/Sunset time
   - Hourly Forecast
   - 7 Day Forecast
  - A web search box

Comes with daily Weather Prompt to show you local weather in a new Chrome window!
By installing this extension, you agree to the Terms of Service (https://weathertab-site.info/terms-of-service/index.html) and Privacy Policy (https://weathertab-site.info/privacy-policy/index.html)                    

Informasi Dasar Ekstensi

Nama Weather Tab Weather Tab
ID eboighkploafnninjidahohphgdlbail
URL Resmi https://chromewebstore.google.com/detail/weather-tab/eboighkploafnninjidahohphgdlbail
Deskripsi Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.
Ukuran File 44.53 KB
Jumlah Instalasi 3,648
Versi Saat Ini 1.23.905
Terakhir Diperbarui 2023-09-09
Tanggal Publikasi 2023-04-01
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Weather Tab
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://weathertab-site.info/privacy-policy/index.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "Weather Tab",
    "description": "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.",
    "version": "1.23.905",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Weather Tab"
    },
    "permissions": [
        "alarms",
        "cookies",
        "topSites",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.weathertab-api.info\/*"
    ],
    "manifest_version": 3
}