Larger image finder

Finds larger or original versions of images for 7800+ websites

Larger image finder là gì?

Larger image finder là một tiện ích mở rộng Chrome được phát triển bởi Lorenz Zehetner, và tính năng chính của nó là "Finds larger or original versions of images for 7800+ websites".

Ả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 Larger image finder

Tải xuống các tệp mở rộng Larger image finder 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

                        Larger Image Finder helps you find larger versions of a photo or video for thousand+ websites.

Some of the websites it supports includes:
- Social media websites
- News websites
- Generic image hosting engines
- Search engines
- Image hosting services

The extension replaces URLs of images to show the larger version of an image.

How to use:
Open a phone on unsplash
Use context menu item “Try to find larger image”
The larger image is found

Please note that this tool just finds a larger image that is available on the web site. It doesn’t allow you to access the copyrighted content.                    

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

Tên Larger image finder Larger image finder
ID dlnanhjfdjgnnmbajgikidobcbfpnblp
URL Chính Thức https://chrome.google.com/webstore/detail/larger-image-finder/dlnanhjfdjgnnmbajgikidobcbfpnblp
Mô tả Finds larger or original versions of images for 7800+ websites
Kích Thước Tệp 1.76 MB
Số Lần Cài Đặt 70,000
Phiên Bản Hiện Tại 0.8.1
Cập Nhật Lần Cuối 2021-11-13
Ngày Phát Hành 2021-04-27
Đánh Giá 4.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Lorenz Zehetner
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.notion.so/Privacy-policy-Larger-Image-finder-7a2d622f925842b897677cd98a076473
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "extension\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "userscript.user.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "options_page": "options\/options.html",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "downloads",
        ""
    ],
    "optional_permissions": [
        "history",
        "clipboardWrite"
    ],
    "version": "0.8.1"
}