FixIEEEPDF
Remove frame/banner above IEEEXplore PDF files
什么是FixIEEEPDF?
FixIEEEPDF是由stevenmblair开发的Chrome扩展程序,该扩展的主要功能是“Remove frame/banner above IEEEXplore PDF files”。
扩展截图
下载FixIEEEPDF扩展crx文件
下载FixIEEEPDF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Removes the frame/banner above IEEEXplore PDF files. This makes better use of the vertical screen space, and allows the PDF to be saved when using the Chrome PDF viewer.                     扩展基本信息
| 名称 |   |  
| ID | gigbombkfogfombmlobjchidodimgiam | 
| 官方URL | https://chromewebstore.google.com/detail/fixieeepdf/gigbombkfogfombmlobjchidodimgiam | 
| 简介 | Remove frame/banner above IEEEXplore PDF files | 
| 文件大小 | 3.43 KB | 
| 安装次数 | 54 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2017-09-28 | 
| 上架时间 | 2017-09-28 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | stevenmblair | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/stevenblair/ieeepdf | 
| 支持的语言 | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FixIEEEPDF",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Remove frame\/banner above IEEEXplore PDF files",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/ieeexplore.ieee.org\/*"
            ],
            "js": [
                "FixIEEEPDF.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/ieeexplore.ieee.org\/"
    ]
}  |  |