UC Learn Fix :)
Forces all PDF files on learn to open in fullscreen view
UC Learn Fix :)คืออะไร?
UC Learn Fix :) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nitrolabs Limited และคุณลักษณะหลักของมันคือ "Forces all PDF files on learn to open in fullscreen view"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UC Learn Fix :)
ดาวน์โหลดไฟล์ส่วนขยาย UC Learn Fix :) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
By default PDF files on learn.canterbury.ac.nz open in a small preview window. This extension forces them open normally. After installing the extension, all links in learn will automatically open in full size. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UC Learn Fix :) |
ID | ngnkheohopedianocpedbfcapfjcibem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uc-learn-fix/ngnkheohopedianocpedbfcapfjcibem |
คำอธิบาย | Forces all PDF files on learn to open in fullscreen view |
ขนาดไฟล์ | 439 KB |
จำนวนการติดตั้ง | 105 |
เวอร์ชันปัจจุบัน | 1.3.3 |
อัปเดตครั้งล่าสุด | 2013-08-26 |
วันที่เผยแพร่ | 2013-08-26 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Nitrolabs Limited |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UC Learn Fix :)", "version": "1.3.3", "icons": { "16": "\/img\/icons\/icon_16.png", "48": "\/img\/icons\/icon_48.png", "128": "\/img\/icons\/icon_128.png" }, "description": "Forces all PDF files on learn to open in fullscreen view", "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/learn.canterbury.ac.nz\/*" ], "js": [ "\/js\/external\/jquery.js", "\/js\/content_script.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |