Weather Tab

Replace new tab page with the weather and search

Qu'est-ce que Weather Tab ?

Weather Tab est une extension Chrome développée par https://timleland.com, et sa fonction principale est "Replace new tab page with the weather and search".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Weather Tab

Téléchargez les fichiers d'extension Weather Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
URL Officiel https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
Description Replace new tab page with the weather and search
Taille du Fichier 7.47 MB
Nombre d'Installations 396
Version Actuelle 1.0.4
Dernière Mise à Jour 2022-08-29
Date de Publication 2019-01-13
Évaluation 4.00/5 Total 8 Évaluations
Développeur https://timleland.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://timleland.com/weathertab/
URL de la Page d'Aide https://timleland.com/weathertab/
URL de la Page de Politique de Confidentialité https://t.ly/privacy
Langues Prises en Charge 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"
    ]
}