Time and Weather Tab
Minimal New Tab Page.
O que é Time and Weather Tab?
Time and Weather Tab é uma extensão do Chrome desenvolvida por wilsodadeveloper, e sua principal característica é "Minimal New Tab Page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Time and Weather Tab
Baixe arquivos de extensão Time and Weather 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 minimal new tab page that shows the time and current weather.
Informações Básicas da Extensão
Nome | Time and Weather Tab |
ID | ohlpipdkopgmnpaefpabeboimndinfml |
URL Oficial | https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml |
Descrição | Minimal New Tab Page. |
Tamanho do Arquivo | 41.82 KB |
Contagem de Instalações | 43 |
Versão Atual | 1.0 |
Última Atualização | 2017-02-16 |
Data de Publicação | 2017-02-16 |
Classificação | 3.80/5 Total de 5 Avaliações |
Desenvolvedor | wilsodadeveloper |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time and Weather Tab", "description": "Minimal New Tab Page.", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "start-page.html" }, "background": { "scripts": [ "jquery.min.js", "weather.js" ] }, "permissions": [ "geolocation", "storage", "http:\/\/api.openweathermap.org\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |