🔍 View Image

View original the original image instead of the website when you click on an image in search results.

🔍 View Image란 무엇입니까?

🔍 View Image은(는) Koen Hendriks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View original the original image instead of the website when you click on an image in search results."입니다.

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

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

확장 프로그램 사용 설명서

                        A certain big search engine which also does image searches, has removed there functionality to view the original image from the results recently. 

Normally, if you click on an image from the results the website from which the images originates will open. This extension changes that by making sure the original images opens directly in a new tab.

This is a quick release so it may contain bugs. Please report any bugs you may find.                    

확장 프로그램 기본 정보

이름 🔍 View Image 🔍 View Image
ID aliekanhmmaldmiakdpanpileihbihfd
공식 URL https://chrome.google.com/webstore/detail/%F0%9F%94%8D-view-image/aliekanhmmaldmiakdpanpileihbihfd
설명 View original the original image instead of the website when you click on an image in search results.
파일 크기 87.21 KB
설치 횟수 215
현재 버전 0.0.1
최근 업데이트 2018-02-16
출시 날짜 2018-02-16
평점 3.00/5 총 2 개의 평점
개발자 Koen Hendriks
결제 유형 free
확장 프로그램 웹 사이트 http://viewimage.koenendaan.nl
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ud83d\udd0d View Image",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "View original the original image instead of the website when you click on an image in search results.",
    "homepage_url": "https:\/\/viewimage.koenendaan.nl",
    "icons": {
        "16": "logo\/zoom_logo_16.png",
        "48": "logo\/zoom_logo_48.png",
        "128": "logo\/zoom_logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo\/zoom_logo_16.png",
            "24": "logo\/zoom_logo_24.png",
            "32": "logo\/zoom_logo_32.png"
        },
        "default_title": "View Image",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ]
}