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是由gerasimov.pk開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |