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…
Was ist Fullscreen mode for Google Tasks widget?
Fullscreen mode for Google Tasks widget ist eine Chrome-Erweiterung, die von gerasimov.pk entwickelt wurde, und ihr Hauptmerkmal ist "Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…".
Erweiterungsscreenshots
Fullscreen mode for Google Tasks widget-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fullscreen mode for Google Tasks widget-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Fullscreen mode for Google Tasks widget |
ID | gfpnllmkplpmepfmpedpmgdbohcfnofh |
Offizielle URL | https://chromewebstore.google.com/detail/fullscreen-mode-for-googl/gfpnllmkplpmepfmpedpmgdbohcfnofh |
Beschreibung | Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not… |
Dateigröße | 9.37 KB |
Installationsanzahl | 42 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2021-03-14 |
Veröffentlichungsdatum | 2021-03-05 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | gerasimov.pk |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |