Clock New Tab - Dashboard with ChatGPT

Experience a new tab with creative clocks and a personal dashboard that focuses on your every day activity

Clock New Tab - Dashboard with ChatGPTคืออะไร?

Clock New Tab - Dashboard with ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SidebarGPT และคุณลักษณะหลักของมันคือ "Experience a new tab with creative clocks and a personal dashboard that focuses on your every day activity"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clock New Tab - Dashboard with ChatGPT

ดาวน์โหลดไฟล์ส่วนขยาย Clock New Tab - Dashboard with ChatGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Clock New Tab with ChatGPT is a pretty designed start page with various clocks that you can choose in the option menu. To make the Start Page more customized there is added an opportunity to choose background color as a part of clock fond. Such simple design of the start page enriched with a convenient layout of the most popular apps and services. Among the useful buttons there are email, history, downloads, apps in a new tab.

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. Clock New Tab will allow you to customize it just for you. Make your start page truly user-friendly and inspiring with the Clock New Tab extension!

Easy access to bookmarks are available in the New Tab. Use the search option for bookmarks to open needed websites quickly. Filter saved site just in the homepage. 

It’s such a lovely homepage for everyone who wants to enjoy a refreshed and renewed start page with nice clocks as a background and useful features as a good functional. Clock New Tab focuses on the everyday activities, therefore most popular tabs are located in easy access to provide the best experience for its users. 

Try Clock New Tab to feel its convenience and beautiful design especially for your style. Modern and advanced, excellent and superior, all these and even more about an updated homepage with voiced name Clock New Tab. 

Install right now, recommend it for friends and leave us 5 stars!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clock New Tab - Dashboard with ChatGPT Clock New Tab - Dashboard with ChatGPT
ID blcheehjgalpfoomjhnlnebpcaafdgle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clock-new-tab-dashboard-w/blcheehjgalpfoomjhnlnebpcaafdgle
คำอธิบาย Experience a new tab with creative clocks and a personal dashboard that focuses on your every day activity
ขนาดไฟล์ 414 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-04-20
วันที่เผยแพร่ 2020-05-11
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา SidebarGPT
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sidebargpt.com/privacy-policy.html
ภาษาที่รองรับ de,en,fr,nl,no,vi,tr,da,es,it,pl,fi,hi,th,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.3",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "static\/32.png",
        "64": "static\/64.png",
        "128": "static\/128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "https:\/\/sshot.org\/*",
        "https:\/\/chat.openai.com\/*",
        "chrome:\/\/favicon\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "static\/*",
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf"
    ]
}