Office Web

Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)

Office Webคืออะไร?

Office Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CheeseFrog และคุณลักษณะหลักของมันคือ "Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Office Web

ดาวน์โหลดไฟล์ส่วนขยาย Office Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        View office apps by intercepting their downloads and parsing it to an online viewer engine.

Once viewed, you may download the file via the download button on the viewer page or by resuming the intercepted download through the downloads panel (ctrl + J) . Otherwise, disable the extension to download office files directly.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Office Web Office Web
ID ikomcdngibfmlobeebnejmeapnjmhcfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/office-web/ikomcdngibfmlobeebnejmeapnjmhcfl
คำอธิบาย Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)
ขนาดไฟล์ 11.23 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2022-06-08
วันที่เผยแพร่ 2022-06-07
ผู้พัฒนา CheeseFrog
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Office Web",
    "version": "0.2",
    "description": "Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)",
    "icons": {
        "48": "icons\/ico48.png",
        "96": "icons\/ico96.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "downloads"
    ]
}