Image Search Options

Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.

Image Search Options là gì?

Image Search Options là một tiện ích mở rộng Chrome được phát triển bởi https://saucenao.com, và tính năng chính của nó là "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.".

Ả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 Image Search Options

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

                        This extension adds a set of customizable context menu options to the right click menu of images. These options allow for fast and efficient use of the IQDB, SauceNAO, TinEye, Google, (etc...) reverse image search engines.

Users are free to add their own sites and customize existing ones. The chrome version of Image Search Options is not yet as extensible as the Firefox version, but with time it will continue to improve.


To report a bug, or request a new feature, send me an email at [email protected]


Example image source: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=22979429                    

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

Tên Image Search Options Image Search Options
ID kljmejbpilkadikecejccebmccagifhl
URL Chính Thức https://chromewebstore.google.com/detail/image-search-options/kljmejbpilkadikecejccebmccagifhl
Mô tả Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.
Kích Thước Tệp 15.01 KB
Số Lần Cài Đặt 147,900
Phiên Bản Hiện Tại 0.0.7.6
Cập Nhật Lần Cuối 2023-06-14
Ngày Phát Hành 2020-02-15
Đánh Giá 4.64/5 Tổng số 606 Đánh Giá
Nhà Phát Triển https://saucenao.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://saucenao.blogspot.com
URL Trang Chính Sách Bảo Mật https://saucenao.com/tools/ImageSearchOptions_PrivacyPolicy.txt
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "name": "Image Search Options",
    "description": "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.",
    "version": "0.0.7.6",
    "minimum_chrome_version": "22",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "createmenu.js",
            "eventPage.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "iso_16.png",
        "48": "iso_48.png",
        "128": "iso_128.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}