Tabrr Dashboard - New Tab with ChatGPT

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

Τι είναι το Tabrr Dashboard - New Tab with ChatGPT;

Το Tabrr Dashboard - New Tab with ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tabrr.com, και η κύρια λειτουργία του είναι "New tab with ChatGPT. Personal dashboard organizes bookmarks, favorite websites, provides access to ChatGPT from start page.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tabrr Dashboard - New Tab with ChatGPT

Λήψη αρχείων επέκτασης Tabrr Dashboard - New Tab with ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ⚡ 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tabrr Dashboard - New Tab with ChatGPT Tabrr Dashboard - New Tab with ChatGPT
ID ehmneimbopigfgchjglgngamiccjkijh
Επίσημο URL https://chromewebstore.google.com/detail/tabrr-dashboard-new-tab-w/ehmneimbopigfgchjglgngamiccjkijh
Περιγραφή New tab with ChatGPT. Personal dashboard organizes bookmarks, favorite websites, provides access to ChatGPT from start page.
Μέγεθος Αρχείου 5.15 MB
Αριθμός Εγκαταστάσεων 341,689
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2023-12-12
Ημερομηνία Δημοσίευσης 2022-12-13
Αξιολόγηση 4.66/5 Συνολικά 412 Αξιολογήσεις
Προγραμματιστής https://tabrr.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://tabrr.com/
URL της Σελίδας Πολιτικής Απορρήτου https://tabrr.com/privacy.html
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}