Button for Google Tasks
You no longer need to open Gmail or Google Calendar to access Google Tasks. Extension allows you to open Google Tasks in new tab.
Button for Google Tasksคืออะไร?
Button for Google Tasks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsecraft.com และคุณลักษณะหลักของมันคือ "You no longer need to open Gmail or Google Calendar to access Google Tasks. Extension allows you to open Google Tasks in new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Button for Google Tasks
ดาวน์โหลดไฟล์ส่วนขยาย Button for Google Tasks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We love Google Tasks. It's a fantastic and easy to-do app. We also love being focused and productive. I don't like to have to open Gmail or Google Calendar to access tasks. We only need my Google Tasks and nothing else 😤 Does that sound familiar to you? So we created this simple extension. By clicking on the extension icon, a new tab will open with standalone Google Tasks and nothing else 🤗 The extension provides access to the Google Tasks app and supports all features: • Starred tasks. • Displaying tasks from Google Workspace. • Recurring tasks. • Set date and time for tasks. • Sorting tasks by drag and drop. Made with ❤️ by BrowseCraft gang. Stand with Ukraine 💙💛. ADS & PROMOTION When using Button for Google Tasks, you may encounter advertisements for other extensions. These situational ads allow us to develop the product and make it free for you - our users. DISCLAIMER Please note Button for Google Tasks is not made by Google™ or affiliated with Google™. Google™ and Google Tasks™ are trademarks of Google LLC.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Button for Google Tasks |
ID | jlgndcbgcfaaidgacjgelccmedbjenhb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/button-for-google-tasks/jlgndcbgcfaaidgacjgelccmedbjenhb |
คำอธิบาย | You no longer need to open Gmail or Google Calendar to access Google Tasks. Extension allows you to open Google Tasks in new tab. |
ขนาดไฟล์ | 35.88 KB |
จำนวนการติดตั้ง | 98,796 |
เวอร์ชันปัจจุบัน | 23.12.11 |
อัปเดตครั้งล่าสุด | 2023-12-12 |
วันที่เผยแพร่ | 2019-09-02 |
คะแนน | 4.05/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | https://browsecraft.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://browsecraft.com/ |
URL หน้าช่วยเหลือ | https://browsecraft.com/contacts |
URL หน้านโยบายความเป็นส่วนตัว | https://browsecraft.com/privacy |
ภาษาที่รองรับ | 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 | |
{ "version": "23.12.11", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/manganum.app\/products\/google-tasks-on-new-tab", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "manifest_version": 3, "default_locale": "en", "permissions": [], "host_permissions": [ "https:\/\/tasks.google.com\/*\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/tasks.google.com\/embed\/list\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "128": "googletasks128.png" } }, "icons": { "128": "googletasks128.png" } } |