Office Web

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

Co je Office Web?

Office Web je rozšíření Chrome vyvinuté CheeseFrog, a jeho hlavní funkcí je „Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Office Web

Stáhněte si soubory rozšíření Office Web ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Office Web Office Web
ID ikomcdngibfmlobeebnejmeapnjmhcfl
Oficiální URL https://chromewebstore.google.com/detail/office-web/ikomcdngibfmlobeebnejmeapnjmhcfl
Popis Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)
Velikost souboru 11.23 KB
Počet instalací 44
Aktuální Verze 0.2
Poslední Aktualizace 2022-06-08
Datum Vydání 2022-06-07
Vývojář CheeseFrog
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}