Tabrr Dashboard - New Tab with ChatGPT

New tab with ChatGPT. Personal dashboard organizes bookmarks, favorite websites, provides access to ChatGPT from start page.

What is Tabrr Dashboard - New Tab with ChatGPT?

Tabrr Dashboard - New Tab with ChatGPT is a Chrome extension developed by https://tabrr.com, and its main feature is "New tab with ChatGPT. Personal dashboard organizes bookmarks, favorite websites, provides access to ChatGPT from start page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tabrr Dashboard - New Tab with ChatGPT Extension CRX File

Download Tabrr Dashboard - New Tab with ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ⚡ Now with ChatGPT!

We get used, that normally a new tab of our browser as just a starting point for our internet journey, where we spend just a few seconds typing a website address, search query, or clicking a website shortcut. But today we redefine the new tab as a pursuit of usability and more features. A new generation of tabs means a more accessible and powerful dashboard.

The browser home page has become the main desktop for many users. Tabrr Dashboard will allow you to customize it just for you. Make your start page truly user-friendly and inspiring with the Tabrr New Tab extension! Install wallpapers, add widgets and finally put things in order in your bookmarks.

Tabrr is a way to infinity options for customizing the New Tab. Among the most interesting functions you can find the next:

⚡ ChatGPT
Engage in conversations with humans and answer a wide range of questions on various topics.

☁ Cloud Sync
Create an account and log in to sync your data across devices.

🖼  Wallpaper 
Set wallpaper for the browser home page. You can choose images from a ready-made collection or upload your own images.

📚 Bookmarks
Add bookmarks in the form of visual icons and group them into folders by subject (for example, “work”, “fun”, “shopping”, “tv shows” or any others).

🔎  Search
Use your favorite search engine, and if necessary, check the results in other search engines. Choose who will find your search query in one click: Google, Bing, Yahoo, DuckDuckGo, or Ecosia. Easy switch between the mainstream search engines.

⏲  Widgets
Add clock, notes, search, image widgets, and ChatGPT.

Tabrr is a unique start page where you can add an unlimited amount of folders with bookmarks. Any bookmark or a group of them can be organized in separate folders. Create different folders with lots of bookmarks that you set according to topics, tasks, users, etc. Rename them and organize bookmarks inside each folder.

Working with a start page has never been so simple. Put the most used apps in the middle of the page and leave others at the bottom. As well with u New Tab it's possible to place apps according to functionality. In other words, you are limited only by your imagination.

Since its launch, hundreds of users have found our start page easy to use, clean, and aesthetically pleasing. With such feedback, Tabrr Dashboard is well on its way to becoming your go-to Chrome extension. All you have to do is just switch on your computer and Tabrr New Tab will ensure your productivity. 


Privacy Policy - https://tabrr.com/privacy.html
About Us - https://tabrr.com/about.html
Contact Us - https://tabrr.com/contacts.html                    

Extension Basic Information

Name Tabrr Dashboard - New Tab with ChatGPT Tabrr Dashboard - New Tab with ChatGPT
ID ehmneimbopigfgchjglgngamiccjkijh
Official URL https://chromewebstore.google.com/detail/tabrr-dashboard-new-tab-w/ehmneimbopigfgchjglgngamiccjkijh
Description New tab with ChatGPT. Personal dashboard organizes bookmarks, favorite websites, provides access to ChatGPT from start page.
File Size 5.15 MB
Installation Count 341,689
Current Version 1.1.1
Last Updated 2023-12-12
Publish Date 2022-12-13
Rating 4.66/5 Total 412 Ratings
Developer https://tabrr.com
Email [email protected]
Payment Type free
Extension Website https://tabrr.com/
Privacy Policy Page URL https://tabrr.com/privacy.html
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.1.1",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "unlimitedStorage",
        "alarms"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}