Weather & Time (multi-city)
Current weather and time in multiple cities (locations)
Cos'è Weather & Time (multi-city)?
Weather & Time (multi-city) è un'estensione di Chrome sviluppata da AlexKataev, e la sua funzione principale è "Current weather and time in multiple cities (locations)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Weather & Time (multi-city)
Scarica i file di estensione Weather & Time (multi-city) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Choose many cities and stay up to date about weather and time in them!
Informazioni di Base sull'Estensione
Nome | Weather & Time (multi-city) |
ID | oogbklojclobkhgadnhomfpoidemgima |
URL Ufficiale | https://chromewebstore.google.com/detail/weather-time-multi-city/oogbklojclobkhgadnhomfpoidemgima |
Descrizione | Current weather and time in multiple cities (locations) |
Dimensione del File | 1.52 MB |
Conteggio Installazioni | 1,452 |
Versione Corrente | 2.3.2 |
Ultimo Aggiornamento | 2021-12-09 |
Data di Pubblicazione | 2020-08-01 |
Valutazione | 4.00/5 Totale 8 Valutazioni |
Sviluppatore | AlexKataev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Weather & Time (multi-city)", "version": "2.3.2", "description": "Current weather and time in multiple cities (locations)", "action": { "default_icon": { "16": "\/assets\/favicon\/16x16.png", "48": "\/assets\/favicon\/48x48.png", "128": "\/assets\/favicon\/128x128.png" }, "default_title": "Weather & time (multi-city)", "default_popup": "index.html" }, "author": "Alex Kataev", "host_permissions": [ "https:\/\/autocomplete.geocoder.ls.hereapi.com\/6.2\/*", "https:\/\/geocode.search.hereapi.com\/v1\/geocode*", "http:\/\/api.openweathermap.org\/data\/2.5\/weather*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |