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은(는) https://tabrr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab with ChatGPT. Personal dashboard organizes bookmarks, favorite websites, provides access to ChatGPT from start page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tabrr Dashboard - New Tab with ChatGPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ⚡ 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": [
                ""
            ]
        }
    ]
}