🔍 View Image

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

🔍 View Image là gì?

🔍 View Image là một tiện ích mở rộng Chrome được phát triển bởi Koen Hendriks, và tính năng chính của nó là "View original the original image instead of the website when you click on an image in search results.".

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

Tải xuống các tệp mở rộng 🔍 View Image 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

                        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.                    

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

Tên 🔍 View Image 🔍 View Image
ID aliekanhmmaldmiakdpanpileihbihfd
URL Chính Thức https://chrome.google.com/webstore/detail/%F0%9F%94%8D-view-image/aliekanhmmaldmiakdpanpileihbihfd
Mô tả View original the original image instead of the website when you click on an image in search results.
Kích Thước Tệp 87.21 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2018-02-16
Ngày Phát Hành 2018-02-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Koen Hendriks
Loại Thanh Toán free
Trang Web Mở Rộng http://viewimage.koenendaan.nl
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}