Office Web

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

Apa itu Office Web?

Office Web adalah ekstensi Chrome yang dikembangkan oleh CheeseFrog, dan fitur utamanya adalah "Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Office Web

Unduh file ekstensi Office Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Office Web Office Web
ID ikomcdngibfmlobeebnejmeapnjmhcfl
URL Resmi https://chromewebstore.google.com/detail/office-web/ikomcdngibfmlobeebnejmeapnjmhcfl
Deskripsi Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)
Ukuran File 11.23 KB
Jumlah Instalasi 44
Versi Saat Ini 0.2
Terakhir Diperbarui 2022-06-08
Tanggal Publikasi 2022-06-07
Pengembang CheeseFrog
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}