Reverse Image Search

Adds an option to the context menu to reverse search an image on various services

Reverse Image Search là gì?

Reverse Image Search là một tiện ích mở rộng Chrome được phát triển bởi Brawl, và tính năng chính của nó là "Adds an option to the context menu to reverse search an image on various services".

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

screenshot
screenshot

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

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

                        Adds an option to the context menu to search with an image on Google, Bing, Yandex, TinEye, SauceNAO, IQDB or custom search engines with your own URL. If you choose more than one search engine, they will all be shown in a handy submenu! If more than one search engine is selected, a new entry "Open All" will also be shown. You can even choose the tab behaviour that suits your needs!

Submit translations to the GitHub repo: https://github.com/Brawl345/Image-Reverse-Search-WebExtension

Icon made by "Madebyoliver" from www.flaticon.com                    

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

Tên Reverse Image Search Reverse Image Search
ID cdgbjhkjjghbjjikgjkkpljlmnpcakco
URL Chính Thức https://chromewebstore.google.com/detail/reverse-image-search/cdgbjhkjjghbjjikgjkkpljlmnpcakco
Mô tả Adds an option to the context menu to reverse search an image on various services
Kích Thước Tệp 91.63 KB
Số Lần Cài Đặt 4,516
Phiên Bản Hiện Tại 4.1.2
Cập Nhật Lần Cuối 2022-11-14
Ngày Phát Hành 2020-06-08
Đánh Giá 4.44/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Brawl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Brawl345/Image-Reverse-Search-WebExtension
Ngôn Ngữ Được Hỗ Trợ de,en,fr,tr,es,pt-BR,sv,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Andreas Bielawski",
    "version": "4.1.2",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "build\/service-worker\/service-worker.js",
        "type": "module"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}