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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Dedicated Window For Google Docs
ID gefigbpfdiocbmhhoacopikjjagcaofa
官方網址 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
電子郵箱 [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"
    }
}