FlowTab

A beautiful, elegant, and minimalist new tab for your browser.

ما هو FlowTab؟

FlowTab هو إضافة Chrome تم تطويرها بواسطة Flowshade، والميزة الرئيسية لها هي "A beautiful, elegant, and minimalist new tab for your browser.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FlowTab

قم بتنزيل ملفات الامتداد FlowTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        👋 Thanks for checking out FlowTab!

Experience elegance and minimalism like never before in a clean new tab for your browser. Keep a modern look without sacrificing your productivity, and customize to make FlowTab just the way you like it.

⭐ What's new in v1.4?
- Bug fixes
- Transparency Effects
- New, clean font

✅ Features include: 
- Custom quick links
- Custom wallpaper from URL
- Dark, light, and custom theme
- Selection of 5 search engines
- 12 and 24 hour time format

Check out our GitHub (https://github.com/flowshade/flowtab) to post issues and see what we used to make this project.                    

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

الاسم FlowTab FlowTab
ID ainabceojclhldicflamfgghhkmmcnlo
عنوان URL الرسمي https://chromewebstore.google.com/detail/flowtab/ainabceojclhldicflamfgghhkmmcnlo
الوصف A beautiful, elegant, and minimalist new tab for your browser.
حجم الملف 70.11 KB
عدد التثبيتات 74
النسخة الحالية 1.4
آخر تحديث 2022-03-11
تاريخ النشر 2021-08-02
تقييم 5.00/5 مجموع تقييمات 5
المطور Flowshade
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/flowshade/flowtab
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlowTab",
    "description": "A beautiful, elegant, and minimalist new tab for your browser.",
    "version": "1.4",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "pages\/dashboard.html"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "topSites"
    ]
}