FixIEEEPDF
Remove frame/banner above IEEEXplore PDF files
Apa itu FixIEEEPDF?
FixIEEEPDF adalah ekstensi Chrome yang dikembangkan oleh stevenmblair, dan fitur utamanya adalah "Remove frame/banner above IEEEXplore PDF files".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FixIEEEPDF
Unduh file ekstensi FixIEEEPDF dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | FixIEEEPDF |
ID | gigbombkfogfombmlobjchidodimgiam |
URL Resmi | https://chromewebstore.google.com/detail/fixieeepdf/gigbombkfogfombmlobjchidodimgiam |
Deskripsi | Remove frame/banner above IEEEXplore PDF files |
Ukuran File | 3.43 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-09-28 |
Tanggal Publikasi | 2017-09-28 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | stevenmblair |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/stevenblair/ieeepdf |
Bahasa yang Didukung | 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\/" ] } |