Office Web

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

Wat is Office Web?

Office Web is een Chrome-extensie ontwikkeld door CheeseFrog, en de belangrijkste functie is "Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Office Web

Download Office Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Office Web Office Web
ID ikomcdngibfmlobeebnejmeapnjmhcfl
Officiële URL https://chromewebstore.google.com/detail/office-web/ikomcdngibfmlobeebnejmeapnjmhcfl
Beschrijving Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)
Bestandsgrootte 11.23 KB
Aantal Installaties 44
Huidige Versie 0.2
Laatst Bijgewerkt 2022-06-08
Publicatiedatum 2022-06-07
Ontwikkelaar CheeseFrog
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}