Foxy Tabs - Modern new tab start page

Awesome new tab start page with your bookmarks

Foxy Tabs - Modern new tab start page क्या है?

Foxy Tabs - Modern new tab start page maestro9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Awesome new tab start page with your bookmarks"।

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

screenshot
screenshot

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

crx प्रारूप में Foxy Tabs - Modern new tab start page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        FOXY TABS replaces default Chrome homepage with modern dashboard with bookmarks.

If you want an extension to:
• Keep all of your bookmarks in one place
• Organize them in the most intuitive way
• Not be distracted by a million widgets eating your RAM and CPU

FOXY TABS is for you!

✔ Super fast and sleek UI
✔ SAFE: we don't collect or keep ANY of your data
✔ FREE forever
✔ Minimalistic but powerful

What can it do?

✔ Keep infinitely many bookmarks
✔ Organize them in groups and subgroups
✔ Choose between full and compact view for each group
✔ Lightning fast search
✔ Automatically added logotypes or upload your own
✔ Customizable colors, tile sizes and more
✔ Dark and light themes
✔ Select one of carefully selected HD wallpapers or set your own background
✔ Import and export bookmarks and settings
✔ Cloud Sync (in future versions)
✔ Fast access to internal Chrome pages

Don't forget to give us 5 stars and to suggest your ideas on how we can make this extension even better!

If you want to see Foxy Tabs in your language, but it's not available yet:
• Download txt file from this link: https://tinyurl.com/y8czl6l2
• Translate it (but don't translate the code words in the brackets)
• Send it to our email: [email protected]
• We'll add your language in the next release!                    

एक्सटेंशन की मूल जानकारी

नाम Foxy Tabs - Modern new tab start page Foxy Tabs - Modern new tab start page
ID legkgkghbgdnjniakjhbecfiohcapejh
आधिकारिक URL https://chromewebstore.google.com/detail/foxy-tabs-modern-new-tab/legkgkghbgdnjniakjhbecfiohcapejh
विवरण Awesome new tab start page with your bookmarks
फ़ाइल का आकार 577 KB
स्थापना संख्या 1,312
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2023-12-12
प्रकाशन तिथि 2017-05-07
रेटिंग 4.35/5 कुल 20 रेटिंग्स
डेवलपर maestro9
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,pt-BR,ru,uk,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Foxy Tabs",
    "version": "2.1.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/img\/icons\/logo16.png",
        "32": "assets\/img\/icons\/logo32.png",
        "48": "assets\/img\/icons\/logo48.png",
        "128": "assets\/img\/icons\/logo128.png",
        "256": "assets\/img\/icons\/logo256.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/s2\/favicons",
        "https:\/\/*.gstatic.com\/",
        "https:\/\/speeddials.opera.com\/api\/v1\/thumbnails\/"
    ]
}