Scenery Tab
A beautiful scenery photo whenever opening a new tab with the local forecast.
O que é Scenery Tab?
Scenery Tab é uma extensão do Chrome desenvolvida por ScenK, e sua principal característica é "A beautiful scenery photo whenever opening a new tab with the local forecast.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Scenery Tab
Baixe arquivos de extensão Scenery Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Scenery Tab |
ID | nfbonabaanjojlhechnjjakifgdncbgb |
URL Oficial | https://chromewebstore.google.com/detail/scenery-tab/nfbonabaanjojlhechnjjakifgdncbgb |
Descrição | A beautiful scenery photo whenever opening a new tab with the local forecast. |
Tamanho do Arquivo | 343 KB |
Contagem de Instalações | 555 |
Versão Atual | 1.0.2 |
Última Atualização | 2024-02-23 |
Data de Publicação | 2020-04-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ScenK |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://scenk.github.io/Scenery-Tab/privacy.html |
Idiomas Suportados | 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" } |