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 là gì?

Dedicated Window For Google Docs là một tiện ích mở rộng Chrome được phát triển bởi Julien MEUGNIER, và tính năng chính của nó là "Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dedicated Window For Google Docs

Tải xuống các tệp mở rộng Dedicated Window For Google Docs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dedicated Window For Google Docs Dedicated Window For Google Docs
ID gefigbpfdiocbmhhoacopikjjagcaofa
URL Chính Thức https://chromewebstore.google.com/detail/dedicated-window-for-goog/gefigbpfdiocbmhhoacopikjjagcaofa
Mô tả Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.
Kích Thước Tệp 21.1 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-04-12
Ngày Phát Hành 2022-03-19
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Julien MEUGNIER
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}