Reddit Image Hover Previewer
View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.
Reddit Image Hover Previewerคืออะไร?
Reddit Image Hover Previewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JYC Media และคุณลักษณะหลักของมันคือ "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Image Hover Previewer
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Image Hover Previewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View images on Reddit without the need to open new tabs or click away. View .JPG, .GIF, .MP4, .GIFV and many other file types as you hover over an image link without the need to browse away from r/All or a subreddit. Always and forever free and 100% SPAM Free. Instructions: Hover your mouse over a Reddit post headline, if it's an image an image preview will appear in the top right corner of the screen. See screenshot.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | keelohagemgepigpaphfmifcbkdckoea |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reddit-image-hover-previe/keelohagemgepigpaphfmifcbkdckoea |
คำอธิบาย | View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free. |
ขนาดไฟล์ | 62.28 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.21 |
อัปเดตครั้งล่าสุด | 2015-02-18 |
วันที่เผยแพร่ | 2015-02-18 |
คะแนน | 3.55/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | JYC Media |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Image Hover Previewer", "description": "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.", "version": "1.21", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*.reddit.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.min.js", "Background.js" ] } ] } |