Weather Tab

Replace new tab page with the weather and search

Vad är Weather Tab?

Weather Tab är en Chrome-tillägg utvecklad av https://timleland.com, och dess huvudfunktion är "Replace new tab page with the weather and search".

Tilläggsskärmbilder

screenshot

Ladda ner Weather Tab-förlängningens CRX-fil

Ladda ner Weather Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
Officiell webbadress https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
Beskrivning Replace new tab page with the weather and search
Filstorlek 7.47 MB
Antal Installationer 396
Aktuell Version 1.0.4
Senast Uppdaterad 2022-08-29
Publiceringsdatum 2019-01-13
Betyg 4.00/5 Totalt 8 Betyg
Utvecklare https://timleland.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://timleland.com/weathertab/
Hjälpsida URL https://timleland.com/weathertab/
URL till Sekretesspolicy Sidan https://t.ly/privacy
Stödda Språk 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"
    ]
}