Imgur Viewer
A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
Imgur Viewerคืออะไร?
Imgur Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย imgurviewerdev และคุณลักษณะหลักของมันคือ "A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgur Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Imgur Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View Imgur albums like you truly want: with all images fitted to window size and easy navigation. This extension creates a button in the header of any Imgur album/gallery page to spawn the viewer. Images can be navigated with two sets of keybindings: gamer(a, d) and vim(h, l). See the github README for more information --> https://github.com/mpeterdev/imgurviewer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fonhhggcblkogdhakpmdihmmhgigdbdn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn |
คำอธิบาย | A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation |
ขนาดไฟล์ | 2.72 MB |
จำนวนการติดตั้ง | 933 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-03-05 |
วันที่เผยแพร่ | 2018-03-05 |
คะแนน | 3.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | imgurviewerdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Imgur Viewer", "description": "A chrome extension to provide better Imgur album\/gallery viewing with images fitted to the window and easy navigation", "version": "1.0.0", "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/imgur.com\/a\/*", "https:\/\/imgur.com\/gallery\/*" ], "js": [ "viewer.js" ] } ] } |