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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
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"
    }
}