Image Searcher

Search similar image by "Google search by Image".

Image Searcherคืออะไร?

Image Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย quoctrinh.dev และคุณลักษณะหลักของมันคือ "Search similar image by "Google search by Image"."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Searcher

ดาวน์โหลดไฟล์ส่วนขยาย Image Searcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Search similar image by "Google search by Image". 
You can use seach button in bottom-left corner of a picture or use menu item in context menu to seach a image.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Searcher Image Searcher
ID fdlbedhogoojcdcjmjpipjonabaoidlj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-searcher/fdlbedhogoojcdcjmjpipjonabaoidlj
คำอธิบาย Search similar image by "Google search by Image".
ขนาดไฟล์ 45.28 KB
จำนวนการติดตั้ง 2,383
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-11-17
วันที่เผยแพร่ 2017-03-17
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา quoctrinh.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "Image Searcher",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icons\/is_128.png",
        "48": "icons\/is_48.png",
        "16": "icons\/is_16.png"
    },
    "manifest_version": 2,
    "version": "1.5",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "description": "Search similar image by \"Google search by Image\"."
}