Find Images

Quickly find images from selected text

什麼是Find Images?

Find Images是由Michael Kofron開發的Chrome擴展程式,該擴展的主要功能是“Quickly find images from selected text”。

擴展截圖

screenshot

下載Find Images擴展crx文件

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

擴展使用說明

                        Find Images adds a "Find Image" functionality to the context menu when text is selected/highlighted and right-clicked. This extension makes searching Google Images, Imgur, Flickr, or Getty Images one click faster, which could potentially save an incredible amount of time if this action occurs often (as it does for most web users). The different platform searches provided offer different selections of images. For example, searching with Getty Images returns stock photos.                    

擴展基本資訊

名稱 Find Images Find Images
ID fpmncbklomdknphhhngpcoloaehnnfcf
官方網址 https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf
簡介 Quickly find images from selected text
檔案大小 21.97 KB
安裝次數 51
目前版本 1.3
更新時間 2020-02-25
上架時間 2020-02-25
評分 5.00/5 共 3 次評分
開發者 Michael Kofron
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find Images",
    "description": "Quickly find images from selected text",
    "version": "1.3",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}