FixIEEEPDF
Remove frame/banner above IEEEXplore PDF files
FixIEEEPDFคืออะไร?
FixIEEEPDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stevenmblair และคุณลักษณะหลักของมันคือ "Remove frame/banner above IEEEXplore PDF files"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FixIEEEPDF
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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\/"
]
} | |