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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } ] } |