Full Screen Edit for Google Tasks™

Chrome extension enabling fullscreen mode for Google Tasks sidebar tool.

Co je Full Screen Edit for Google Tasks™?

Full Screen Edit for Google Tasks™ je rozšíření Chrome vyvinuté https://full-screen-edit-google-tasks.dllplayer.com, a jeho hlavní funkcí je „Chrome extension enabling fullscreen mode for Google Tasks sidebar tool.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Full Screen Edit for Google Tasks™

Stáhněte si soubory rozšíření Full Screen Edit for Google Tasks™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Full Screen Edit for Google Tasks™ Full Screen Edit for Google Tasks™
ID ghilejjfmnclbgidlapclmdjbficfhnm
Oficiální URL https://chromewebstore.google.com/detail/full-screen-edit-for-goog/ghilejjfmnclbgidlapclmdjbficfhnm
Popis Chrome extension enabling fullscreen mode for Google Tasks sidebar tool.
Velikost souboru 114 KB
Počet instalací 63
Aktuální Verze 3.0.3
Poslední Aktualizace 2023-08-02
Datum Vydání 2023-06-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://full-screen-edit-google-tasks.dllplayer.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://image-size.pdfwork.com/privacy-policy
Podporované Jazyky 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\/"
}