UBBox PDF Download

Allows you to download PDFs from UB Box.

UBBox PDF Downloadとは何ですか?

UBBox PDF Downloadはmsによって開発されたChromeの拡張機能で、その主な機能は「Allows you to download PDFs from UB Box.」です。

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

screenshot

UBBox PDF Download拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Some PDF downloads are broken on Box. This add-on redirects the download button to the actual PDF file for such PDFs so you can download it yourself. When the border of the download button is green, it is ready to be clicked.                    

拡張機能の基本情報

名前 UBBox PDF Download UBBox PDF Download
ID npjkbdoebbfobpmadmbafpbhncohpikd
公式URL https://chromewebstore.google.com/detail/ubbox-pdf-download/npjkbdoebbfobpmadmbafpbhncohpikd
説明 Allows you to download PDFs from UB Box.
ファイルサイズ 15.95 KB
インストール数 120
現在のバージョン 1.0
最終更新日 2019-04-13
公開日 2019-04-13
開発者 ms
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UBBox PDF Download",
    "version": "1.0",
    "description": "Allows you to download PDFs from UB Box.",
    "permissions": [
        "webRequest",
        "*:\/\/buffalo.app.box.com\/v\/*",
        "*:\/\/dl.boxcloud.com\/api\/2.0\/internal_files\/*\/pdf\/content\/*"
    ],
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "background": {
        "scripts": [
            "ubbox.js"
        ]
    }
}