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.

Apa itu Dedicated Window For Google Docs?

Dedicated Window For Google Docs adalah ekstensi Chrome yang dikembangkan oleh Julien MEUGNIER, dan fitur utamanya adalah "Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dedicated Window For Google Docs

Unduh file ekstensi Dedicated Window For Google Docs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dedicated Window For Google Docs Dedicated Window For Google Docs
ID gefigbpfdiocbmhhoacopikjjagcaofa
URL Resmi https://chromewebstore.google.com/detail/dedicated-window-for-goog/gefigbpfdiocbmhhoacopikjjagcaofa
Deskripsi Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.
Ukuran File 21.1 KB
Jumlah Instalasi 71
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-04-12
Tanggal Publikasi 2022-03-19
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Julien MEUGNIER
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}