Weather Tab

Replace new tab page with the weather and search

Co je Weather Tab?

Weather Tab je rozšíření Chrome vyvinuté https://timleland.com, a jeho hlavní funkcí je „Replace new tab page with the weather and search“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Weather Tab

Stáhněte si soubory rozšíření Weather Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
Oficiální URL https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
Popis Replace new tab page with the weather and search
Velikost souboru 7.47 MB
Počet instalací 396
Aktuální Verze 1.0.4
Poslední Aktualizace 2022-08-29
Datum Vydání 2019-01-13
Hodnocení 4.00/5 Celkem 8 Hodnocení
Vývojář https://timleland.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://timleland.com/weathertab/
URL Stránky Nápovědy https://timleland.com/weathertab/
URL Stránky Zásad Ochrany Soukromí https://t.ly/privacy
Podporované Jazyky 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"
    ]
}