Easy Image Downloader

Download images on the web page

Easy Image Downloader là gì?

Easy Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi 做好事不留名, và tính năng chính của nó là "Download images on the web page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easy Image Downloader

Tải xuống các tệp mở rộng Easy Image Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        We help user to download images on the web page                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easy Image Downloader Easy Image Downloader
ID gifolablelbckjiimiphannmbegpaiab
URL Chính Thức https://chromewebstore.google.com/detail/easy-image-downloader/gifolablelbckjiimiphannmbegpaiab
Mô tả Download images on the web page
Kích Thước Tệp 81.05 KB
Số Lần Cài Đặt 430
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-08-29
Ngày Phát Hành 2021-08-02
Nhà Phát Triển 做好事不留名
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}