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是由JYC Media開發的Chrome擴展程式,該擴展的主要功能是“View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.”。

擴展截圖

screenshot

下載Reddit Image Hover Previewer擴展crx文件

下載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.                    

擴展基本資訊

名稱 Reddit Image Hover Previewer Reddit Image Hover Previewer
ID keelohagemgepigpaphfmifcbkdckoea
官方網址 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"
            ]
        }
    ]
}