Casca: New Tab with ChatGPT and Widgets
Customise your new tab page and boost your productivity with Casca Extension
Casca: New Tab with ChatGPT and Widgetsคืออะไร?
Casca: New Tab with ChatGPT and Widgets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://casca.space และคุณลักษณะหลักของมันคือ "Customise your new tab page and boost your productivity with Casca Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Casca: New Tab with ChatGPT and Widgets
ดาวน์โหลดไฟล์ส่วนขยาย Casca: New Tab with ChatGPT and Widgets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Casca Extension is a tool with ChatGPT for productivity and collaboration. Customize your new tab, create and share multiple spaces, and maintain a work-life balance with ease. Features: — Multiple workspaces: create separate spaces for work, personal projects, or hobbies. Keep each workspace organized and switch between them easily — Customizable dashboard: personalize your dashboard with widgets and customize the layout to suit your needs — Light / Dark themes with automatic switching — ChatGPT: get answers, explore new topics, and engage in interactive discussions — Change your wallpaper: search for the perfect wallpaper directly in your new tab, or use your own image — Website preview: preview multiple links without leaving your current tab. Simply long-press any link to activate a split-screen mode and compare content without switching tabs — Sticky notes: place important information anywhere on your dashboard — Collaboration: work on projects with colleagues or share spaces with friends. Collaborate in real-time and stay connected — Sync: Access your dashboard on multiple devices without having to register Here are some of our widgets: ✅ Todos: Create and manage to-do lists. 📝 Notes: Write a story, save articles or take notes 🗓️ Schedule: Efficiently plan tasks and activities 🍅 Pomodoro: Improve productivity with the Pomodoro Technique, breaking work into intervals with short breaks 📑 Kanban: Visually organize tasks using interactive cards for effective workflow management ☀️ Weather: Current weather conditions and forecast for any city 🗂 Links Folder: Create a folder containing links to your favorite websites ☁️ Image hosting: Host and share images easily. Generate shareable links for smooth collaboration and image sharing 🖼️ Embedded Website: Embed any website you want to view in your dashboard ⏰ Clock: Display of current time 📅 Calendar: Track the day of the month 📧 Gmail: See all unread emails in your Gmail inbox 🔗 Link: Save frequently visited websites or important resources 🤖 Reddit Media: Browse random posts from your favorite subreddits 🛠️ GitHub PRs: Stay informed about the latest pull requests in repositories 💻 LeetCode: Sharpen coding skills with coding challenges and solutions 🚀 Product Hunt: Discover the latest products and trends in the tech industry 💡 Indie Hackers: Stay updated on innovative projects and startups 📰 Hacker News: Get the latest tech news and discussions from the community 📖 Word of the Day: Expand your vocabulary with a new word and definition every day And more 😉 Whether you're working on a project with colleagues or tracking your personal goals, Casca Extension has got you covered! Casca Extension prioritizes user privacy by not storing personal information. All data is securely stored in the browser storage by default. For more information, visit https://casca.space/privacy-policy/.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Casca: New Tab with ChatGPT and Widgets |
ID | nifaiikfnpnppeicpgannigjabpjdcmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/casca-new-tab-with-chatgp/nifaiikfnpnppeicpgannigjabpjdcmh |
คำอธิบาย | Customise your new tab page and boost your productivity with Casca Extension |
ขนาดไฟล์ | 518 KB |
จำนวนการติดตั้ง | 1,019 |
เวอร์ชันปัจจุบัน | 0.1.41 |
อัปเดตครั้งล่าสุด | 2024-03-04 |
วันที่เผยแพร่ | 2023-05-24 |
คะแนน | 4.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://casca.space |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://casca.space/ |
URL หน้านโยบายความเป็นส่วนตัว | https://casca.space/privacy-policy |
ภาษาที่รองรับ | en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.41", "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest" ], "optional_permissions": [ "notifications", "topSites", "bookmarks", "identity", "identity.email", "scripting" ], "optional_host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "oauth2": { "client_id": "469545263241-09aap3hfkq0h0j9na0u7poj0tkkis6gv.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.readonly", "https:\/\/www.googleapis.com\/auth\/calendar" ] }, "chrome_url_overrides": { "newtab": "index.html" } } |