Asa - Minimal New Tab Page with Reddit feeds
A Minimal New Tab Extension integrated with Reddit.
Co je Asa - Minimal New Tab Page with Reddit feeds?
Asa - Minimal New Tab Page with Reddit feeds je rozšíření Chrome vyvinuté Asa, a jeho hlavní funkcí je „A Minimal New Tab Extension integrated with Reddit.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Asa - Minimal New Tab Page with Reddit feeds
Stáhněte si soubory rozšíření Asa - Minimal New Tab Page with Reddit feeds ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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... Základní Informace o Rozšíření
| Název | |
| ID | ndkamfchbdmcjkdhbdncneldklacefjn |
| Oficiální URL | https://chromewebstore.google.com/detail/asa-minimal-new-tab-page/ndkamfchbdmcjkdhbdncneldklacefjn |
| Popis | A Minimal New Tab Extension integrated with Reddit. |
| Velikost souboru | 674 KB |
| Počet instalací | 147 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2021-09-23 |
| Datum Vydání | 2021-09-05 |
| Hodnocení | 5.00/5 Celkem 5 Hodnocení |
| Vývojář | Asa |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
} | |