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.
What is Dedicated Window For Google Docs?
Dedicated Window For Google Docs is a Chrome extension developed by Julien MEUGNIER, and its main feature is "Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.".
Extension Screenshots
Download Dedicated Window For Google Docs Extension CRX File
Download Dedicated Window For Google Docs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dedicated Window For Google Docs |
ID | gefigbpfdiocbmhhoacopikjjagcaofa |
Official URL | https://chromewebstore.google.com/detail/dedicated-window-for-goog/gefigbpfdiocbmhhoacopikjjagcaofa |
Description | Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons. |
File Size | 21.1 KB |
Installation Count | 71 |
Current Version | 1.1 |
Last Updated | 2022-04-12 |
Publish Date | 2022-03-19 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Julien MEUGNIER |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |