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 هو إضافة Chrome تم تطويرها بواسطة Julien MEUGNIER، والميزة الرئيسية لها هي "Open Google Docs, Sheets and Slides docs in separated and dedicated window automatically, without an address bar or browser buttons.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dedicated Window For Google Docs

قم بتنزيل ملفات الامتداد Dedicated Window For Google Docs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان 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
البريد الإلكتروني [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"
    }
}