Simple
Chrome extension that shows the current time and weather on the new tab screen
O que é Simple?
Simple é uma extensão do Chrome desenvolvida por Hattar, e sua principal característica é "Chrome extension that shows the current time and weather on the new tab screen".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple
Baixe arquivos de extensão Simple 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
Replace new tab screen with current time and weather sourced from OpenWeatherMap.org. Simple replaces your "New Tab" screen with a new one that shows you the current time and the weather, with no tracking, no unnecessary permissions, no BS. # Update 1.1.0 Added font picker Minor bug fixes and performance improvements Add blinky "new stuff" notification # Update 1.0.12 CSS updates to make the scaling a bit nicer Add 1hr caching to weather querying so we don't get booted from the weather API :) # Update 1.0.11 Previous fix for issue causing defaults to override user settings didn't work in some situations, retrying Allowed clicking off the settings bar to close it so you don't have to hit the X
Informações Básicas da Extensão
Nome | Simple |
ID | ofpamglakelakiehjfhgfcikpponflgi |
URL Oficial | https://chromewebstore.google.com/detail/simple/ofpamglakelakiehjfhgfcikpponflgi |
Descrição | Chrome extension that shows the current time and weather on the new tab screen |
Tamanho do Arquivo | 111 KB |
Contagem de Instalações | 34,784 |
Versão Atual | 1.1.1 |
Última Atualização | 2019-12-22 |
Data de Publicação | 2019-12-22 |
Classificação | 4.27/5 Total de 33 Avaliações |
Desenvolvedor | Hattar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple", "version": "1.1.1", "options_page": "app\/index.html#settings", "icons": { "16": "images\/icon16.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "description": "Chrome extension that shows the current time and weather on the new tab screen", "chrome_url_overrides": { "newtab": "app\/index.html" }, "default_locale": "en", "author": "Dan Covill", "permissions": [ "storage", "geolocation" ], "manifest_version": 2 } |