Weather Tab
Replace new tab page with the weather and search
Was ist Weather Tab?
Weather Tab ist eine Chrome-Erweiterung, die von https://timleland.com entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab page with the weather and search".
Erweiterungsscreenshots
Weather Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weather Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | Weather Tab |
ID | fncgdgifhdpnlfijpimlgaheiapclldd |
Offizielle URL | https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd |
Beschreibung | Replace new tab page with the weather and search |
Dateigröße | 7.47 MB |
Installationsanzahl | 396 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2022-08-29 |
Veröffentlichungsdatum | 2019-01-13 |
Bewertung | 4.00/5 Insgesamt 8 Bewertungen |
Entwickler | https://timleland.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://timleland.com/weathertab/ |
Hilfeseite URL | https://timleland.com/weathertab/ |
URL der Datenschutzrichtlinien-Seite | https://t.ly/privacy |
Unterstützte Sprachen | 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" ] } |