UC Learn Fix :)
Forces all PDF files on learn to open in fullscreen view
什么是UC Learn Fix :)?
UC Learn Fix :)是由Nitrolabs Limited开发的Chrome扩展程序,该扩展的主要功能是“Forces all PDF files on learn to open in fullscreen view”。
扩展截图
下载UC Learn Fix :)扩展crx文件
下载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! 扩展基本信息
| 名称 | |
| 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
} | |