Asa - Minimal New Tab Page with Reddit feeds

A Minimal New Tab Extension integrated with Reddit.

Cos'è Asa - Minimal New Tab Page with Reddit feeds?

Asa - Minimal New Tab Page with Reddit feeds è un'estensione di Chrome sviluppata da Asa, e la sua funzione principale è "A Minimal New Tab Extension integrated with Reddit.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Asa - Minimal New Tab Page with Reddit feeds

Scarica i file di estensione Asa - Minimal New Tab Page with Reddit feeds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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...                    

Informazioni di Base sull'Estensione

Nome Asa - Minimal New Tab Page with Reddit feeds Asa - Minimal New Tab Page with Reddit feeds
ID ndkamfchbdmcjkdhbdncneldklacefjn
URL Ufficiale https://chromewebstore.google.com/detail/asa-minimal-new-tab-page/ndkamfchbdmcjkdhbdncneldklacefjn
Descrizione A Minimal New Tab Extension integrated with Reddit.
Dimensione del File 674 KB
Conteggio Installazioni 147
Versione Corrente 1.1
Ultimo Aggiornamento 2021-09-23
Data di Pubblicazione 2021-09-05
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Asa
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}