FixIEEEPDF
Remove frame/banner above IEEEXplore PDF files
FixIEEEPDF là gì?
FixIEEEPDF là một tiện ích mở rộng Chrome được phát triển bởi stevenmblair, và tính năng chính của nó là "Remove frame/banner above IEEEXplore PDF files".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FixIEEEPDF
Tải xuống các tệp mở rộng FixIEEEPDF dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FixIEEEPDF |
ID | gigbombkfogfombmlobjchidodimgiam |
URL Chính Thức | https://chromewebstore.google.com/detail/fixieeepdf/gigbombkfogfombmlobjchidodimgiam |
Mô tả | Remove frame/banner above IEEEXplore PDF files |
Kích Thước Tệp | 3.43 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-09-28 |
Ngày Phát Hành | 2017-09-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | stevenmblair |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/stevenblair/ieeepdf |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |