Search Amazon by Image

Right click on any image to Search Amazon.com products through google image search.

Search Amazon by Image là gì?

Search Amazon by Image là một tiện ích mở rộng Chrome được phát triển bởi extensionteamdev, và tính năng chính của nó là "Right click on any image to Search Amazon.com products through google image search.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Add right click "Search Amazon" in chrome now, just click "Add to Chrome" now.

Search Amazon by any keyword or image you find randomly on any website, you are just right click away.

Or just click extension icon and search Amazon Products you love from there.

From movies, books, electronic accessories, baby toys to make-up, search anything you love on Amazon

v1.2
Minor logic fix in popup search.
--------------------------------------
All product names, logos, and brands are property of their respective owners.                    

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

Tên Search Amazon by Image Search Amazon by Image
ID fhjmapkoajhjpeafhjanfjbeakfcjoob
URL Chính Thức https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob
Mô tả Right click on any image to Search Amazon.com products through google image search.
Kích Thước Tệp 787 KB
Số Lần Cài Đặt 24,490
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-06-03
Ngày Phát Hành 2020-06-01
Đánh Giá 1.91/5 Tổng số 23 Đánh Giá
Nhà Phát Triển extensionteamdev
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://freeconverting.com/privacy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Amazon by Image",
    "default_locale": "en",
    "description": "Right click on any image to Search Amazon.com products through google image search.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.3",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "popup.js",
        "style.css"
    ]
}