PDF Viewer for Vimium C
A PDF Viewer supporting Vimium C shortcuts.
PDF Viewer for Vimium Cคืออะไร?
PDF Viewer for Vimium C เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gdh1995 และคุณลักษณะหลักของมันคือ "A PDF Viewer supporting Vimium C shortcuts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF Viewer for Vimium C
ดาวน์โหลดไฟล์ส่วนขยาย PDF Viewer for Vimium C ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A customized PDF Viewer which allows Vimium C ro run on its view.
This viewer uses an unofficial version of PDF.js project to show content of PDF files, and actively requests Vimium C's support.
The PDF.js is v2.15.349+, up-to-date on 2022/08/08 and built from commit 40f9f7e9097e1168e98f1e2987726c5c31693617 of https://github.com/mozilla/pdf.js. And my modification is up to https://github.com/gdh1995/pdf.js/commit/c785e93bb11febb98b373db74aca358d8ac086fc.
Recent update:
1. (2022/08) This version turns off the experimental feature of "using iframe to show top-frame PDFs" by default, because in some edge cases (e.g. on some web servers) it would fail in accessing PDF files. While you may re-enable it as you like. There should be no other difference after a PDF file gets showing.
2. (2022/08) update the version of PDF.js
3. (2022/04) fix some issues of Vimium C's `scroll*` and `Marks*` commands. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | nacjakoppgmdcpemlfnfegmlhipddanj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pdf-viewer-for-vimium-c/nacjakoppgmdcpemlfnfegmlhipddanj |
| คำอธิบาย | A PDF Viewer supporting Vimium C shortcuts. |
| ขนาดไฟล์ | 2.88 MB |
| จำนวนการติดตั้ง | 6,339 |
| เวอร์ชันปัจจุบัน | 2.15.349 |
| อัปเดตครั้งล่าสุด | 2022-08-09 |
| วันที่เผยแพร่ | 2020-05-17 |
| คะแนน | 4.19/5 รวมทั้งหมด 27 คะแนน |
| ผู้พัฒนา | gdh1995 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://github.com/gdh1995/vimium-c-helpers/issues |
| URL หน้านโยบายความเป็นส่วนตัว | https://github.com/gdh1995/vimium-c/blob/master/PRIVACY-POLICY.md |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PDF Viewer for Vimium C",
"version": "2.15.349",
"description": "A PDF Viewer supporting Vimium C shortcuts.",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"minimum_chrome_version": "76",
"permissions": [
"fileBrowserHandler",
"webRequest",
"webRequestBlocking",
" | |