Image Search

Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.

Image Search là gì?

Image Search là một tiện ích mở rộng Chrome được phát triển bởi andrewlewics, và tính năng chính của nó là "Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.".

Ả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

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

                        Image Search

This extension adds options to search images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay`. All you have to do is select the word(s) you want to search images for, right click on it and choose and option from the context menu - choose where you want to get search results. 

Find out more about us:

- Homepage:
https://image-search.info
- Privacy:
https://image-search.info/privacy.html
- EULA:
https://image-search.info/eula.html
- Uninstall:
https://image-search.info/uninstall.html
- Contact us:
https://image-search.info/contact.html                    

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

Tên Image Search Image Search
ID jlbdohafelamllahdggfiedfcikgkccg
URL Chính Thức https://chrome.google.com/webstore/detail/image-search/jlbdohafelamllahdggfiedfcikgkccg
Mô tả Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.
Kích Thước Tệp 48.16 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-12-21
Ngày Phát Hành 2020-12-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển andrewlewics
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://image-search.info
URL Trang Trợ Giúp https://image-search.info/contact.html
URL Trang Chính Sách Bảo Mật https://image-search.info/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Search",
    "short_name": "ImgSearch",
    "description": "Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.",
    "manifest_version": 2,
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/bg.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}