Find Images

Quickly find images from selected text

Find Images क्या है?

Find Images Michael Kofron द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly find images from selected text"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Find Images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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
    }
}