Image Search

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

什麼是Image Search?

Image Search是由andrewlewics開發的Chrome擴展程式,該擴展的主要功能是“Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.”。

擴展截圖

screenshot

下載Image Search擴展crx文件

下載Image Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Image Search Image Search
ID jlbdohafelamllahdggfiedfcikgkccg
官方網址 https://chrome.google.com/webstore/detail/image-search/jlbdohafelamllahdggfiedfcikgkccg
簡介 Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.
檔案大小 48.16 KB
安裝次數 20,000
目前版本 1.1
更新時間 2020-12-21
上架時間 2020-12-21
評分 5.00/5 共 2 次評分
開發者 andrewlewics
電子郵箱 [email protected]
付費類型 free
擴展官網 https://image-search.info
說明頁面URL https://image-search.info/contact.html
隱私政策頁面URL https://image-search.info/privacy.html
支援的語言 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"
    }
}