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.
Dedicated Window For Google Docsとは何ですか?
Dedicated Window For Google DocsはJulien MEUGNIERによって開発されたChromeの拡張機能で、その主な機能は「Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.」です。
拡張機能のスクリーンショット
Dedicated Window For Google Docs拡張機能のCRXファイルをダウンロード
Dedicated Window For Google Docs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Dedicated Window For Google Docs |
ID | gefigbpfdiocbmhhoacopikjjagcaofa |
公式URL | https://chromewebstore.google.com/detail/dedicated-window-for-goog/gefigbpfdiocbmhhoacopikjjagcaofa |
説明 | Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons. |
ファイルサイズ | 21.1 KB |
インストール数 | 71 |
現在のバージョン | 1.1 |
最終更新日 | 2022-04-12 |
公開日 | 2022-03-19 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Julien MEUGNIER |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |