Image Search

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

ما هو Image Search؟

Image Search هو إضافة Chrome تم تطويرها بواسطة andrewlewics، والميزة الرئيسية لها هي "Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.".

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

screenshot

تحميل ملف CRX للإضافة Image Search

قم بتنزيل ملفات الامتداد Image Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة https://image-search.info/contact.html
عنوان صفحة سياسة الخصوصية 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"
    }
}