Image Search

Find similar images in popular search engines

Image Searchคืออะไร?

Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Swanky Puss Studio และคุณลักษณะหลักของมันคือ "Find similar images in popular search engines"

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

screenshot
screenshot

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

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

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

                        Search by images using most popular search engines like Yandex™ and TinEye™
 - Find people's pages in social media by their photos
 - Find cloned and fake profiles in networks like Facebook™ and Instagram™
 - Find stolen or illegally re-published images
 - Find free equivalents of images from payed photo directories
 - Find people contacts in other social networks using search by their profile photos from LinkedIn™

To use this extension, right click on an image and select 'Find similar image'. Use different options to search in a particular search engine or in all of them at same moment!

UPDATE: version 2.1.1 has Google search engine removed since it is now supported by Chrome by default.

Update: version 3.0.1 has technical updates including migration to Manifest 3 which is a mandatory update required by Google.                    

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

ชื่อ Image Search Image Search
ID cnafldpjebmpkibjdogkhifhnljdifae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-search/cnafldpjebmpkibjdogkhifhnljdifae
คำอธิบาย Find similar images in popular search engines
ขนาดไฟล์ 90.84 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2022-02-02
วันที่เผยแพร่ 2020-05-12
คะแนน 3.75/5 รวมทั้งหมด 284 คะแนน
ผู้พัฒนา Swanky Puss Studio
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es,es-419,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "3.0.1",
    "description": "__MSG_description__",
    "author": "drew_key:0xB28d83baB4067BE448B6784D1EC24822214346D3",
    "icons": {
        "128": "content\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "\/content\/icon-128.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "options\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/core.js",
                "scripts\/cs_start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/cs_end.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true,
            "resources": [
                "\/content\/inject.html",
                "\/scripts\/mixpanel-init.js",
                "\/scripts\/check.js"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "default_locale": "en",
    "manifest_version": 3
}