FixIEEEPDF

Remove frame/banner above IEEEXplore PDF files

What is FixIEEEPDF?

FixIEEEPDF is a Chrome extension developed by stevenmblair, and its main feature is "Remove frame/banner above IEEEXplore PDF files".

Extension Screenshots

screenshot

Download FixIEEEPDF Extension CRX File

Download FixIEEEPDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FixIEEEPDF FixIEEEPDF
ID gigbombkfogfombmlobjchidodimgiam
Official URL https://chromewebstore.google.com/detail/fixieeepdf/gigbombkfogfombmlobjchidodimgiam
Description Remove frame/banner above IEEEXplore PDF files
File Size 3.43 KB
Installation Count 54
Current Version 1.1
Last Updated 2017-09-28
Publish Date 2017-09-28
Rating 5.00/5 Total 3 Ratings
Developer stevenmblair
Payment Type free
Extension Website https://github.com/stevenblair/ieeepdf
Supported Languages 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\/"
    ]
}