Office Web

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

Office Webとは何ですか?

Office WebはCheeseFrogによって開発されたChromeの拡張機能で、その主な機能は「Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)」です。

拡張機能のスクリーンショット

screenshot

Office Web拡張機能のCRXファイルをダウンロード

Office Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Office Web Office Web
ID ikomcdngibfmlobeebnejmeapnjmhcfl
公式URL https://chromewebstore.google.com/detail/office-web/ikomcdngibfmlobeebnejmeapnjmhcfl
説明 Displays online office documents in the browser (.doc*, .ppt*, .xls*, .odt)
ファイルサイズ 11.23 KB
インストール数 44
現在のバージョン 0.2
最終更新日 2022-06-08
公開日 2022-06-07
開発者 CheeseFrog
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}