Image Extractor - by Visual View

Single click extract and download images on any webpage

Image Extractor - by Visual Viewคืออะไร?

Image Extractor - by Visual View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://visualview.app และคุณลักษณะหลักของมันคือ "Single click extract and download images on any webpage"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Extractor - by Visual View

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

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

                        The simplest way to extract and download images on a webpage.                    

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

ชื่อ Image Extractor - by Visual View Image Extractor - by Visual View
ID ppbbnicomlpilfkohhknjdkndelfncjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-extractor-by-visual/ppbbnicomlpilfkohhknjdkndelfncjl
คำอธิบาย Single click extract and download images on any webpage
ขนาดไฟล์ 656 KB
จำนวนการติดตั้ง 2,697
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2022-07-21
วันที่เผยแพร่ 2021-06-29
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://visualview.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.visualview.app/
URL หน้านโยบายความเป็นส่วนตัว https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Extractor - by Visual View",
    "description": "Single click extract and download images on any webpage",
    "version": "0.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "title": "Extract images"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "downloads",
        "activeTab"
    ]
}