Office Web

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

Hvad er Office Web?

Office Web er en Chrome-udvidelse udviklet af CheeseFrog, og dens hovedfunktion er "Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)".

Udvidelsesskærmbilleder

screenshot

Download Office Web-udvidelses-CRX-fil

Download Office Web-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Office Web Office Web
ID ikomcdngibfmlobeebnejmeapnjmhcfl
Officiel URL https://chromewebstore.google.com/detail/office-web/ikomcdngibfmlobeebnejmeapnjmhcfl
Beskrivelse Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)
Filstørrelse 11.23 KB
Antal Installationer 44
Nuværende Version 0.2
Senest Opdateret 2022-06-08
Udgivelsesdato 2022-06-07
Udvikler CheeseFrog
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}