Full Screen Edit for Google Tasks™
Chrome extension enabling fullscreen mode for Google Tasks sidebar tool.
Full Screen Edit for Google Tasks™คืออะไร?
Full Screen Edit for Google Tasks™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://full-screen-edit-google-tasks.dllplayer.com และคุณลักษณะหลักของมันคือ "Chrome extension enabling fullscreen mode for Google Tasks sidebar tool."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full Screen Edit for Google Tasks™
ดาวน์โหลดไฟล์ส่วนขยาย Full Screen Edit for Google Tasks™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Want to use full screen mode when you are adding a task inside Google Tasks? You can do so today when you install this software extension. Here is how you can begin to activate full screen mode inside your Google Tasks. 1) Install our software extension 2) Login to your Gmail and click on the Tasks Sidebar on the right hand side 3) Click on this new icon which appears on the Tasks sidebar panel on the right side of Gmail 4) You can begin writing down your tasks now as the Google Tasks is opened in a new tab. This software is free and allows you to focus 100% on your tasks inside Google Tasks by activating full screen mode.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Full Screen Edit for Google Tasks™ |
ID | ghilejjfmnclbgidlapclmdjbficfhnm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/full-screen-edit-for-goog/ghilejjfmnclbgidlapclmdjbficfhnm |
คำอธิบาย | Chrome extension enabling fullscreen mode for Google Tasks sidebar tool. |
ขนาดไฟล์ | 114 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 3.0.3 |
อัปเดตครั้งล่าสุด | 2023-08-02 |
วันที่เผยแพร่ | 2023-06-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://full-screen-edit-google-tasks.dllplayer.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://image-size.pdfwork.com/privacy-policy |
ภาษาที่รองรับ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.0.3", "icons": { "32": "\/icons\/icon32.png", "128": "\/icons\/icon128.png" }, "background": { "service_worker": "\/js\/background.js" }, "action": { "default_title": "__MSG_appName__", "default_icon": "\/icons\/icon32.png", "default_popup": "\/ui\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/tasks.google.com\/embed\/*" ], "all_frames": true, "js": [ "\/js\/content.js" ] } ], "homepage_url": "https:\/\/full-screen-edit-google-tasks.dllplayer.com\/" } |