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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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"
    ]
}