UBBox PDF Download

Allows you to download PDFs from UB Box.

Hvad er UBBox PDF Download?

UBBox PDF Download er en Chrome-udvidelse udviklet af ms, og dens hovedfunktion er "Allows you to download PDFs from UB Box.".

Udvidelsesskærmbilleder

screenshot

Download UBBox PDF Download-udvidelses-CRX-fil

Download UBBox PDF Download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn UBBox PDF Download UBBox PDF Download
ID npjkbdoebbfobpmadmbafpbhncohpikd
Officiel URL https://chromewebstore.google.com/detail/ubbox-pdf-download/npjkbdoebbfobpmadmbafpbhncohpikd
Beskrivelse Allows you to download PDFs from UB Box.
Filstørrelse 15.95 KB
Antal Installationer 120
Nuværende Version 1.0
Senest Opdateret 2019-04-13
Udgivelsesdato 2019-04-13
Udvikler ms
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}