Fullscreen mode for Google Tasks widget
Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…
ما هو Fullscreen mode for Google Tasks widget؟
Fullscreen mode for Google Tasks widget هو إضافة Chrome تم تطويرها بواسطة gerasimov.pk، والميزة الرئيسية لها هي "Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fullscreen mode for Google Tasks widget
قم بتنزيل ملفات الامتداد Fullscreen mode for Google Tasks widget بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not easy manageable just in the sidebar. Long task names, subtasks, dates, links to context - reordering is a pain, you see just several items and have to scroll in this narrow panel to sort the list properly. This widget adds a fullscreen button that takes exactly the same widget and just opens it in a new tab. Much easier to reorder your work!
معلومات أساسية عن التمديد
الاسم | Fullscreen mode for Google Tasks widget |
ID | gfpnllmkplpmepfmpedpmgdbohcfnofh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fullscreen-mode-for-googl/gfpnllmkplpmepfmpedpmgdbohcfnofh |
الوصف | Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not… |
حجم الملف | 9.37 KB |
عدد التثبيتات | 42 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2021-03-14 |
تاريخ النشر | 2021-03-05 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | gerasimov.pk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullscreen mode for Google Tasks widget", "version": "0.1.1", "manifest_version": 3, "icons": { "32": "\/icons\/icon32.png", "128": "\/icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/tasks.google.com\/embed\/*" ], "all_frames": true, "js": [ "\/scripts\/dom_utils.js", "\/scripts\/wait_and_execute_helper.js", "content_script.js" ] } ] } |