Asa - Minimal New Tab Page with Reddit feeds

A Minimal New Tab Extension integrated with Reddit.

Vad är Asa - Minimal New Tab Page with Reddit feeds?

Asa - Minimal New Tab Page with Reddit feeds är en Chrome-tillägg utvecklad av Asa, och dess huvudfunktion är "A Minimal New Tab Extension integrated with Reddit.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Asa - Minimal New Tab Page with Reddit feeds-förlängningens CRX-fil

Ladda ner Asa - Minimal New Tab Page with Reddit feeds-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Asa - Minimal New Tab Page with Reddit feeds Asa - Minimal New Tab Page with Reddit feeds
ID ndkamfchbdmcjkdhbdncneldklacefjn
Officiell webbadress https://chromewebstore.google.com/detail/asa-minimal-new-tab-page/ndkamfchbdmcjkdhbdncneldklacefjn
Beskrivning A Minimal New Tab Extension integrated with Reddit.
Filstorlek 674 KB
Antal Installationer 147
Aktuell Version 1.1
Senast Uppdaterad 2021-09-23
Publiceringsdatum 2021-09-05
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Asa
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}