Asa - Minimal New Tab Page with Reddit feeds

A Minimal New Tab Extension integrated with Reddit.

ما هو Asa - Minimal New Tab Page with Reddit feeds؟

Asa - Minimal New Tab Page with Reddit feeds هو إضافة Chrome تم تطويرها بواسطة Asa، والميزة الرئيسية لها هي "A Minimal New Tab Extension integrated with Reddit.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Asa - Minimal New Tab Page with Reddit feeds

قم بتنزيل ملفات الامتداد Asa - Minimal New Tab Page with Reddit feeds بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Asa - Minimal New Tab Page with Reddit feeds Asa - Minimal New Tab Page with Reddit feeds
ID ndkamfchbdmcjkdhbdncneldklacefjn
عنوان URL الرسمي https://chromewebstore.google.com/detail/asa-minimal-new-tab-page/ndkamfchbdmcjkdhbdncneldklacefjn
الوصف A Minimal New Tab Extension integrated with Reddit.
حجم الملف 674 KB
عدد التثبيتات 147
النسخة الحالية 1.1
آخر تحديث 2021-09-23
تاريخ النشر 2021-09-05
تقييم 5.00/5 مجموع تقييمات 5
المطور Asa
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}