Office Web

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

¿Qué es Office Web?

Office Web es una extensión de Chrome desarrollada por CheeseFrog, y su función principal es "Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Office Web

Descarga archivos de extensión Office Web en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Office Web Office Web
ID ikomcdngibfmlobeebnejmeapnjmhcfl
URL Oficial https://chromewebstore.google.com/detail/office-web/ikomcdngibfmlobeebnejmeapnjmhcfl
Descripción Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)
Tamaño del Archivo 11.23 KB
Cantidad de Instalaciones 44
Versión Actual 0.2
Última Actualización 2022-06-08
Fecha de Publicación 2022-06-07
Desarrollador CheeseFrog
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}