Office Web

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

What is Office Web?

Office Web is a Chrome extension developed by CheeseFrog, and its main feature is "Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)".

Extension Screenshots

screenshot

Download Office Web Extension CRX File

Download Office Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Office Web Office Web
ID ikomcdngibfmlobeebnejmeapnjmhcfl
Official URL https://chromewebstore.google.com/detail/office-web/ikomcdngibfmlobeebnejmeapnjmhcfl
Description Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)
File Size 11.23 KB
Installation Count 44
Current Version 0.2
Last Updated 2022-06-08
Publish Date 2022-06-07
Developer CheeseFrog
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}