FlowTab

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

FlowTab क्या है?

FlowTab Flowshade द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A beautiful, elegant, and minimalist new tab for your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FlowTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    ]
}