Office Web

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

Was ist Office Web?

Office Web ist eine Chrome-Erweiterung, die von CheeseFrog entwickelt wurde, und ihr Hauptmerkmal ist "Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)".

Erweiterungsscreenshots

screenshot

Office Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie Office Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Office Web Office Web
ID ikomcdngibfmlobeebnejmeapnjmhcfl
Offizielle URL https://chromewebstore.google.com/detail/office-web/ikomcdngibfmlobeebnejmeapnjmhcfl
Beschreibung Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)
Dateigröße 11.23 KB
Installationsanzahl 44
Aktuelle Version 0.2
Letztes Update 2022-06-08
Veröffentlichungsdatum 2022-06-07
Entwickler CheeseFrog
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}