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.

Co to jest Dedicated Window For Google Docs?

Dedicated Window For Google Docs to rozszerzenie Chrome opracowane przez Julien MEUGNIER, a jego główną funkcją jest „Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dedicated Window For Google Docs

Pobierz pliki rozszerzeń Dedicated Window For Google Docs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dedicated Window For Google Docs Dedicated Window For Google Docs
ID gefigbpfdiocbmhhoacopikjjagcaofa
Oficjalny URL https://chromewebstore.google.com/detail/dedicated-window-for-goog/gefigbpfdiocbmhhoacopikjjagcaofa
Opis Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.
Rozmiar pliku 21.1 KB
Liczba instalacji 71
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-04-12
Data Publikacji 2022-03-19
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Julien MEUGNIER
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}