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

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

                        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
    }
}