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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        👋 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
URL หน้าช่วยเหลือ 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"
    ]
}