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 là gì?

Reddit Image Hover Previewer là một tiện ích mở rộng Chrome được phát triển bởi JYC Media, và tính năng chính của nó là "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit Image Hover Previewer

Tải xuống các tệp mở rộng Reddit Image Hover Previewer 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddit Image Hover Previewer Reddit Image Hover Previewer
ID keelohagemgepigpaphfmifcbkdckoea
URL Chính Thức https://chrome.google.com/webstore/detail/reddit-image-hover-previe/keelohagemgepigpaphfmifcbkdckoea
Mô tả View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.
Kích Thước Tệp 62.28 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.21
Cập Nhật Lần Cuối 2015-02-18
Ngày Phát Hành 2015-02-18
Đánh Giá 3.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển JYC Media
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}