Easy Image Downloader

Download images on the web page

Easy Image Downloaderคืออะไร?

Easy Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 做好事不留名 และคุณลักษณะหลักของมันคือ "Download images on the web page"

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

screenshot

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

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

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

                        We help user to download images on the web page                    

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

ชื่อ Easy Image Downloader Easy Image Downloader
ID gifolablelbckjiimiphannmbegpaiab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-image-downloader/gifolablelbckjiimiphannmbegpaiab
คำอธิบาย Download images on the web page
ขนาดไฟล์ 81.05 KB
จำนวนการติดตั้ง 430
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-08-29
วันที่เผยแพร่ 2021-08-02
ผู้พัฒนา 做好事不留名
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Image Downloader",
    "description": "Download images on the web page",
    "version": "1.0.2",
    "browser_action": {
        "default_title": "Easy Image Downloader",
        "default_icon": "assets\/logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "activeTab",
        "downloads"
    ],
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-Iqd3kqFF5qezOusbMMGhabZgzJ5kspJgnOHKFhi4L1o=' 'sha256-uVjyDik9AoG6hYwd\/2NvVYJUTC61CJwHp\/LZ1G4sWNE=' 'sha256-3SmRkZp9GBUGDGVc3KSICExk7zdUYcjJlymdS2VtAZA=' https:\/\/googleads.g.doubleclick.net https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com; object-src 'self'",
    "content_scripts": [],
    "web_accessible_resources": [
        "fonts\/*"
    ]
}