Tabrr Dashboard - New Tab with ChatGPT

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

Apa itu Tabrr Dashboard - New Tab with ChatGPT?

Tabrr Dashboard - New Tab with ChatGPT adalah ekstensi Chrome yang dikembangkan oleh https://tabrr.com, dan fitur utamanya adalah "New tab with ChatGPT. Personal dashboard organizes bookmarks, favorite websites, provides access to ChatGPT from start page.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tabrr Dashboard - New Tab with ChatGPT

Unduh file ekstensi Tabrr Dashboard - New Tab with ChatGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ⚡ 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                    

Informasi Dasar Ekstensi

Nama Tabrr Dashboard - New Tab with ChatGPT Tabrr Dashboard - New Tab with ChatGPT
ID ehmneimbopigfgchjglgngamiccjkijh
URL Resmi https://chromewebstore.google.com/detail/tabrr-dashboard-new-tab-w/ehmneimbopigfgchjglgngamiccjkijh
Deskripsi New tab with ChatGPT. Personal dashboard organizes bookmarks, favorite websites, provides access to ChatGPT from start page.
Ukuran File 5.15 MB
Jumlah Instalasi 341,689
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2023-12-12
Tanggal Publikasi 2022-12-13
Penilaian 4.66/5 Total 412 Penilaian
Pengembang https://tabrr.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tabrr.com/
URL Halaman Kebijakan Privasi https://tabrr.com/privacy.html
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}