Image Quickviewer

This extension allows the user to view a full-size photo. Especially useful on Instagram.

Image Quickviewer란 무엇입니까?

Image Quickviewer은(는) jmargolisvt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to view a full-size photo. Especially useful on Instagram."입니다.

확장 프로그램 스크린샷

screenshot

Image Quickviewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ever want to see the full size image on Instagram?  Now you can!

This extension only does one thing: it follows the url for the image or video asset on an Instagram page.  To use it, just look at an image detail on Instagram (after you click an image in the feed, it appears in a modal) then click the Image Quickviewer button and your browser will take you to the full image or video asset. 

Depending on what the original image resolution is, you may or may not notice a big difference.  But it also makes it easier to right-click and download the image directly too.  You'll need to use your browser's back button to return to the list page.

Technically speaking, this button will navigate to the last image or first video on any page.  This isn't necessarily useful, but it works out great on Instagram (for now).  Enjoy!                    

확장 프로그램 기본 정보

이름 Image Quickviewer Image Quickviewer
ID jedpdleonppfjpdoabogjbmjlbnekaip
공식 URL https://chrome.google.com/webstore/detail/image-quickviewer/jedpdleonppfjpdoabogjbmjlbnekaip
설명 This extension allows the user to view a full-size photo. Especially useful on Instagram.
파일 크기 6.18 KB
설치 횟수 378
현재 버전 1.0.1
최근 업데이트 2018-01-30
출시 날짜 2018-01-30
평점 3.86/5 총 7 개의 평점
개발자 jmargolisvt
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Quickviewer",
    "description": "This extension allows the user to view a full-size photo.  Especially useful on Instagram.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "View full-size photo"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}