GooglePanicImages

Displays a 'view' link above images from Google image search

GooglePanicImages란 무엇입니까?

GooglePanicImages은(는) Jan Riechers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a 'view' link above images from Google image search"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Displays a 'View' link, when hovering the mouse over an image at Google Image Search, to directly view images in a new tab. This works for nearly all images which do provide a direct link. This works below < 100 images, beyond with additional click.

Also the big preview image can be opened directly by clicking once on the big preview. Please give the addon a second to analyze the image correctly once it is loaded completely from Google.                    

확장 프로그램 기본 정보

이름 GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
공식 URL https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
설명 Displays a 'view' link above images from Google image search
파일 크기 18.57 KB
설치 횟수 1,003
현재 버전 2.1.21
최근 업데이트 2023-12-07
출시 날짜 2020-11-27
평점 5.00/5 총 2 개의 평점
개발자 Jan Riechers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jrie/googlePanicImage
도움말 페이지 URL https://github.com/jrie/googlePanicImage
개인정보 보호 정책 페이지 URL https://dwrox.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Displays a 'view' link above images from Google image search",
    "homepage_url": "https:\/\/github.com\/jrie\/googlePanicImage",
    "manifest_version": 3,
    "name": "GooglePanicImages",
    "version": "2.1.21",
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/search*"
            ],
            "include_globs": [
                "*.google.*"
            ],
            "js": [
                "gpi.js"
            ],
            "all_frames": true
        }
    ]
}