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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
            ]
        }
    ]
}