Find Images

Quickly find images from selected text

ما هو Find Images؟

Find Images هو إضافة Chrome تم تطويرها بواسطة Michael Kofron، والميزة الرئيسية لها هي "Quickly find images from selected text".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Find Images

قم بتنزيل ملفات الامتداد Find Images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
    }
}