UBBox PDF Download
Allows you to download PDFs from UB Box.
Was ist UBBox PDF Download?
UBBox PDF Download ist eine Chrome-Erweiterung, die von ms entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to download PDFs from UB Box.".
Erweiterungsscreenshots
UBBox PDF Download-Erweiterungs-CRX-Datei herunterladen
Laden Sie UBBox PDF Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | UBBox PDF Download |
ID | npjkbdoebbfobpmadmbafpbhncohpikd |
Offizielle URL | https://chromewebstore.google.com/detail/ubbox-pdf-download/npjkbdoebbfobpmadmbafpbhncohpikd |
Beschreibung | Allows you to download PDFs from UB Box. |
Dateigröße | 15.95 KB |
Installationsanzahl | 120 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-04-13 |
Veröffentlichungsdatum | 2019-04-13 |
Entwickler | ms |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |