UBBox PDF Download
Allows you to download PDFs from UB Box.
UBBox PDF Downloadคืออะไร?
UBBox PDF Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ms และคุณลักษณะหลักของมันคือ "Allows you to download PDFs from UB Box."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UBBox PDF Download
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } } |