Scenery Tab
A beautiful scenery photo whenever opening a new tab with the local forecast.
Cos'è Scenery Tab?
Scenery Tab è un'estensione di Chrome sviluppata da ScenK, e la sua funzione principale è "A beautiful scenery photo whenever opening a new tab with the local forecast.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scenery Tab
Scarica i file di estensione Scenery Tab 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
A beautiful scenery photo whenever opening a new tab. * A beautiful scenery photo whenever opening a new tab. ** Local forecast based on geolocation. *** 5 Days local forecast. **** Links to access your browsing histories, bookmarks, and google web store. ====== Change log ======== [01/01/2023] Bump Manifest-Version. [09/30/2021] Replace Yahoo Weather API with Open Weather API. [04/07/2020] Double-clicking the temperature area support changing the temperature unit.
Informazioni di Base sull'Estensione
Nome | Scenery Tab |
ID | nfbonabaanjojlhechnjjakifgdncbgb |
URL Ufficiale | https://chromewebstore.google.com/detail/scenery-tab/nfbonabaanjojlhechnjjakifgdncbgb |
Descrizione | A beautiful scenery photo whenever opening a new tab with the local forecast. |
Dimensione del File | 343 KB |
Conteggio Installazioni | 555 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2024-02-23 |
Data di Pubblicazione | 2020-04-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ScenK |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://scenk.github.io/Scenery-Tab/privacy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scenery Tab", "version": "1.0.2", "description": "A beautiful scenery photo whenever opening a new tab with the local forecast.", "icons": { "16": "src\/public\/icon-16.png", "48": "src\/public\/icon-48.png", "128": "src\/public\/icon-128.png" }, "permissions": [ "geolocation", "storage" ], "host_permissions": [ "https:\/\/api.openweathermap.org\/*", "https:\/\/www.bing.com\/*", "https:\/\/api.pexels.com\/v1" ], "chrome_url_overrides": { "newtab": "tab.html" }, "author": "ScenK" } |