Image Finder

Find images to save

Image Finderคืออะไร?

Image Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://anadev.com.br และคุณลักษณะหลักของมันคือ "Find images to save"

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

screenshot
screenshot

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

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

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

                        This extension scrapes the current web page and lists all images found, on  tags or even elements with background-image.

- references: https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/examples/page-redder https://blog.crimx.com/2017/03/09/get-all-images-in-dom-including-background-en/

- extension icon: made by Freepik from www.flaticon.com                    

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

ชื่อ Image Finder Image Finder
ID nejmjohiggmikmmhagccbogaohhbicjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-finder/nejmjohiggmikmmhagccbogaohhbicjc
คำอธิบาย Find images to save
ขนาดไฟล์ 19 KB
จำนวนการติดตั้ง 246
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-03-23
วันที่เผยแพร่ 2021-03-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://anadev.com.br
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Finder",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Find images to save",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "finder.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}