Asa - Minimal New Tab Page with Reddit feeds
A Minimal New Tab Extension integrated with Reddit.
O que é Asa - Minimal New Tab Page with Reddit feeds?
Asa - Minimal New Tab Page with Reddit feeds é uma extensão do Chrome desenvolvida por Asa, e sua principal característica é "A Minimal New Tab Extension integrated with Reddit.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Asa - Minimal New Tab Page with Reddit feeds
Baixe arquivos de extensão Asa - Minimal New Tab Page with Reddit feeds 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
Asa 朝 ("Morning" in Japanese) is a minimal new tab page with weather forecast and Reddit integration. Features - Reddit feeds with sorting options - Save your frequently visited subreddits - Current condition and weather forecast for upcoming days - Themes to suit your current vibe - Configurable display options and temperature unit - Offline supported (weather conditions and Reddit posts from cache) - More coming soon...
Informações Básicas da Extensão
Nome | Asa - Minimal New Tab Page with Reddit feeds |
ID | ndkamfchbdmcjkdhbdncneldklacefjn |
URL Oficial | https://chromewebstore.google.com/detail/asa-minimal-new-tab-page/ndkamfchbdmcjkdhbdncneldklacefjn |
Descrição | A Minimal New Tab Extension integrated with Reddit. |
Tamanho do Arquivo | 674 KB |
Contagem de Instalações | 147 |
Versão Atual | 1.1 |
Última Atualização | 2021-09-23 |
Data de Publicação | 2021-09-05 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Asa |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Asa - Minimal New Tab Page with Reddit feeds", "short_name": "Asa", "description": "A Minimal New Tab Extension integrated with Reddit.", "version": "1.1", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/Inverted.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |