Distraction Free Mode — Google Docs & Slides

The distraction free mode (▣) for Google Docs and Google Slides hides all controls and buttons and lets you focus on creation.

Co je Distraction Free Mode — Google Docs & Slides?

Distraction Free Mode — Google Docs & Slides je rozšíření Chrome vyvinuté https://kallepersson.se/distractionfree, a jeho hlavní funkcí je „The distraction free mode (▣) for Google Docs and Google Slides hides all controls and buttons and lets you focus on creation.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Distraction Free Mode — Google Docs & Slides

Stáhněte si soubory rozšíření Distraction Free Mode — Google Docs & Slides 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í

                        FOCUS ON THE WRITING
The distraction free mode for Google Docs and Google Slides hides all controls and buttons and lets you focus on writing and creating. Now with a full screen mode.

Tip: Check out the Google Docs and Google Slides keyboard shortcuts for the things you do the most and you never have to switch back again.

RELEASE NOTES v.2.2.0 - 2023
Distraction Free Mode has been updated to work with the latest version of Google Docs!

THEMES FOR EVERY SITUATION
Pick the style that suits you, whether it's the dark mode suitable for late night prose, sepia for caffeine-fueled poems, or the clean gray default gray theme. More are planned for the future.

NOTES
This extension requires access to change how Google Docs and Google Slides works, but your documents are safe. The code for this extension can be found on the website: http://flowapps.co/distractionfree

PRIVACY POLICY
Please read the privacy policy here: http://flowapps.co/distractionfree/privacypolicy.html                    

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

Název Distraction Free Mode — Google Docs & Slides Distraction Free Mode — Google Docs & Slides
ID blmejkgbnceohgjfnoiegdlbfkmpkeha
Oficiální URL https://chromewebstore.google.com/detail/distraction-free-mode-%E2%80%94-g/blmejkgbnceohgjfnoiegdlbfkmpkeha
Popis The distraction free mode (▣) for Google Docs and Google Slides hides all controls and buttons and lets you focus on creation.
Velikost souboru 16.47 KB
Počet instalací 11,895
Aktuální Verze 2.2.0
Poslední Aktualizace 2023-01-11
Datum Vydání 2020-02-08
Hodnocení 4.23/5 Celkem 69 Hodnocení
Vývojář https://kallepersson.se/distractionfree
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://flowapps.co/distractionfree/
URL Stránky Nápovědy http://flowapps.co/distractionfree/
URL Stránky Zásad Ochrany Soukromí http://flowapps.co/privacypolicy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Distraction Free Mode \u2014 Google Docs & Slides",
    "description": "The distraction free mode (\u25a3) for Google Docs and Google Slides hides all controls and buttons and lets you focus on creation.",
    "homepage_url": "http:\/\/flowapps.co\/distractionfree",
    "author": "Flowapps.co",
    "version": "2.2.0",
    "icons": {
        "16": "img\/icon-16.png",
        "19": "img\/icon-19.png",
        "38": "img\/icon-38.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "chrome-bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "chrome-df.js"
            ]
        }
    ]
}