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.

Wat is Dedicated Window For Google Docs?

Dedicated Window For Google Docs is een Chrome-extensie ontwikkeld door Julien MEUGNIER, en de belangrijkste functie is "Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dedicated Window For Google Docs

Download Dedicated Window For Google Docs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dedicated Window For Google Docs Dedicated Window For Google Docs
ID gefigbpfdiocbmhhoacopikjjagcaofa
Officiële URL https://chromewebstore.google.com/detail/dedicated-window-for-goog/gefigbpfdiocbmhhoacopikjjagcaofa
Beschrijving Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.
Bestandsgrootte 21.1 KB
Aantal Installaties 71
Huidige Versie 1.1
Laatst Bijgewerkt 2022-04-12
Publicatiedatum 2022-03-19
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Julien MEUGNIER
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}