Easy Image Downloader

Download images on the web page

Easy Image Downloaderとは何ですか?

Easy Image Downloaderは做好事不留名によって開発されたChromeの拡張機能で、その主な機能は「Download images on the web page」です。

拡張機能のスクリーンショット

screenshot

Easy Image Downloader拡張機能のCRXファイルをダウンロード

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
開発者 做好事不留名
Eメール [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\/*"
    ]
}