Find Images

Quickly find images from selected text

Vad är Find Images?

Find Images är en Chrome-tillägg utvecklad av Michael Kofron, och dess huvudfunktion är "Quickly find images from selected text".

Tilläggsskärmbilder

screenshot

Ladda ner Find Images-förlängningens CRX-fil

Ladda ner Find Images-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Find Images Find Images
ID fpmncbklomdknphhhngpcoloaehnnfcf
Officiell webbadress https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf
Beskrivning Quickly find images from selected text
Filstorlek 21.97 KB
Antal Installationer 51
Aktuell Version 1.3
Senast Uppdaterad 2020-02-25
Publiceringsdatum 2020-02-25
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Michael Kofron
Betalningssätt free
Stödda Språk 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
    }
}