UC Learn Fix :)
Forces all PDF files on learn to open in fullscreen view
UC Learn Fix :) क्या है?
UC Learn Fix :) Nitrolabs Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forces all PDF files on learn to open in fullscreen view"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UC Learn Fix :) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |