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 |
公式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\/" ] } |