Asa - Minimal New Tab Page with Reddit feeds

A Minimal New Tab Extension integrated with Reddit.

Co to jest Asa - Minimal New Tab Page with Reddit feeds?

Asa - Minimal New Tab Page with Reddit feeds to rozszerzenie Chrome opracowane przez Asa, a jego główną funkcją jest „A Minimal New Tab Extension integrated with Reddit.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Asa - Minimal New Tab Page with Reddit feeds

Pobierz pliki rozszerzeń Asa - Minimal New Tab Page with Reddit feeds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Asa - Minimal New Tab Page with Reddit feeds Asa - Minimal New Tab Page with Reddit feeds
ID ndkamfchbdmcjkdhbdncneldklacefjn
Oficjalny URL https://chromewebstore.google.com/detail/asa-minimal-new-tab-page/ndkamfchbdmcjkdhbdncneldklacefjn
Opis A Minimal New Tab Extension integrated with Reddit.
Rozmiar pliku 674 KB
Liczba instalacji 147
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-09-23
Data Publikacji 2021-09-05
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Asa
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}