UC Learn Fix :)
Forces all PDF files on learn to open in fullscreen view
Apa itu UC Learn Fix :)?
UC Learn Fix :) adalah ekstensi Chrome yang dikembangkan oleh Nitrolabs Limited, dan fitur utamanya adalah "Forces all PDF files on learn to open in fullscreen view".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UC Learn Fix :)
Unduh file ekstensi UC Learn Fix :) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | UC Learn Fix :) |
ID | ngnkheohopedianocpedbfcapfjcibem |
URL Resmi | https://chromewebstore.google.com/detail/uc-learn-fix/ngnkheohopedianocpedbfcapfjcibem |
Deskripsi | Forces all PDF files on learn to open in fullscreen view |
Ukuran File | 439 KB |
Jumlah Instalasi | 105 |
Versi Saat Ini | 1.3.3 |
Terakhir Diperbarui | 2013-08-26 |
Tanggal Publikasi | 2013-08-26 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | Nitrolabs Limited |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |