Moment
Minimalist time and weather on the new tab page.
O que é Moment?
Moment é uma extensão do Chrome desenvolvida por Alfred Xing, e sua principal característica é "Minimalist time and weather on the new tab page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Moment
Baixe arquivos de extensão Moment 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
Keep up with time. A minimalist clock on the new tab page showing the current time, date, and weather. 6 setting points are customizable: background colour, text colour, temperature units, clock format (24 or 12 hour), date format and time format. Weather is queried based on HTML5 Geolocation API, or set your own location on the options page. Click anywhere above the weather to go to the default new tab page with all of your apps, bookmarks, and most visited pages. All settings are synced with Google Chrome, so you'll have the same format on all your computers. Inspired in part by Rainfall's Currently.
Informações Básicas da Extensão
Nome | Moment |
ID | nlabgnkjjckboiimmhkeplocmhpcfkkn |
URL Oficial | https://chromewebstore.google.com/detail/moment/nlabgnkjjckboiimmhkeplocmhpcfkkn |
Descrição | Minimalist time and weather on the new tab page. |
Tamanho do Arquivo | 105 KB |
Contagem de Instalações | 1,112 |
Versão Atual | 1.5.0 |
Última Atualização | 2013-05-19 |
Data de Publicação | 2013-05-19 |
Classificação | 3.36/5 Total de 14 Avaliações |
Desenvolvedor | Alfred Xing |
Tipo de Pagamento | free |
Site da Extensão | http://alfredxing.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moment", "version": "1.5.0", "manifest_version": 2, "description": "Minimalist time and weather on the new tab page.", "icons": { "16": "icon.16.png", "48": "icon.48.png", "128": "icon.png" }, "permissions": [ "storage", "unlimitedStorage", "https:\/\/api.wunderground.com\/", "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/api.aerisapi.com\/ https:\/\/api.wunderground.com\/api\/; object-src 'self'", "options_page": "options.html", "chrome_url_overrides": { "newtab": "index.html" } } |