Image Searcher

Search similar image by "Google search by Image".

Image Searcher là gì?

Image Searcher là một tiện ích mở rộng Chrome được phát triển bởi quoctrinh.dev, và tính năng chính của nó là "Search similar image by "Google search by Image".".

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

screenshot
screenshot
screenshot

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

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

                        Search similar image by "Google search by Image". 
You can use seach button in bottom-left corner of a picture or use menu item in context menu to seach a image.                    

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

Tên Image Searcher Image Searcher
ID fdlbedhogoojcdcjmjpipjonabaoidlj
URL Chính Thức https://chromewebstore.google.com/detail/image-searcher/fdlbedhogoojcdcjmjpipjonabaoidlj
Mô tả Search similar image by "Google search by Image".
Kích Thước Tệp 45.28 KB
Số Lần Cài Đặt 2,383
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2017-03-17
Đánh Giá 4.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển quoctrinh.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "Image Searcher",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icons\/is_128.png",
        "48": "icons\/is_48.png",
        "16": "icons\/is_16.png"
    },
    "manifest_version": 2,
    "version": "1.5",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "description": "Search similar image by \"Google search by Image\"."
}