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.
擴展基本資訊
名稱 | FixIEEEPDF |
ID | gigbombkfogfombmlobjchidodimgiam |
官方網址 | 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\/" ] } |