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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://image-search.info/contact.html
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}