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.
Cos'è Dedicated Window For Google Docs?
Dedicated Window For Google Docs è un'estensione di Chrome sviluppata da Julien MEUGNIER, e la sua funzione principale è "Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dedicated Window For Google Docs
Scarica i file di estensione Dedicated Window For Google Docs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Dedicated Window For Google Docs |
ID | gefigbpfdiocbmhhoacopikjjagcaofa |
URL Ufficiale | https://chromewebstore.google.com/detail/dedicated-window-for-goog/gefigbpfdiocbmhhoacopikjjagcaofa |
Descrizione | Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons. |
Dimensione del File | 21.1 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-04-12 |
Data di Pubblicazione | 2022-03-19 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Julien MEUGNIER |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |