Office Web

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

Cos'è Office Web?

Office Web è un'estensione di Chrome sviluppata da CheeseFrog, e la sua funzione principale è "Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Office Web

Scarica i file di estensione Office Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Office Web Office Web
ID ikomcdngibfmlobeebnejmeapnjmhcfl
URL Ufficiale https://chromewebstore.google.com/detail/office-web/ikomcdngibfmlobeebnejmeapnjmhcfl
Descrizione Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)
Dimensione del File 11.23 KB
Conteggio Installazioni 44
Versione Corrente 0.2
Ultimo Aggiornamento 2022-06-08
Data di Pubblicazione 2022-06-07
Sviluppatore CheeseFrog
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}