GooglePanicImages

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

GooglePanicImages là gì?

GooglePanicImages là một tiện ích mở rộng Chrome được phát triển bởi Jan Riechers, và tính năng chính của nó là "Displays a 'view' link above images from Google image search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GooglePanicImages

Tải xuống các tệp mở rộng GooglePanicImages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
URL Chính Thức https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
Mô tả Displays a 'view' link above images from Google image search
Kích Thước Tệp 18.57 KB
Số Lần Cài Đặt 1,003
Phiên Bản Hiện Tại 2.1.21
Cập Nhật Lần Cuối 2023-12-07
Ngày Phát Hành 2020-11-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jan Riechers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jrie/googlePanicImage
URL Trang Trợ Giúp https://github.com/jrie/googlePanicImage
URL Trang Chính Sách Bảo Mật https://dwrox.net
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}