Dedicated Window For Google Docs

Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.

Was ist Dedicated Window For Google Docs?

Dedicated Window For Google Docs ist eine Chrome-Erweiterung, die von Julien MEUGNIER entwickelt wurde, und ihr Hauptmerkmal ist "Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Dedicated Window For Google Docs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dedicated Window For Google Docs-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

                        This extension automatically opens your different documents from the Google Document suite in a dedicated window, as if you were using dedicated software. You have more space to work because the other browser components don't appear. It also gives you direct access to your various documents being edited in the taskbar of your operating system.                    

Grundlegende Informationen zur Erweiterung

Name Dedicated Window For Google Docs Dedicated Window For Google Docs
ID gefigbpfdiocbmhhoacopikjjagcaofa
Offizielle URL https://chromewebstore.google.com/detail/dedicated-window-for-goog/gefigbpfdiocbmhhoacopikjjagcaofa
Beschreibung Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.
Dateigröße 21.1 KB
Installationsanzahl 71
Aktuelle Version 1.1
Letztes Update 2022-04-12
Veröffentlichungsdatum 2022-03-19
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Julien MEUGNIER
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dedicated Window For Google Docs",
    "description": "Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    }
}