Save Image to Downloads

Save images to the Download folder without the nagging 'Save As' dialog.

Save Image to Downloadsとは何ですか?

Save Image to Downloadsはposidronによって開発されたChromeの拡張機能で、その主な機能は「Save images to the Download folder without the nagging 'Save As' dialog.」です。

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

screenshot
screenshot

Save Image to Downloads拡張機能のCRXファイルをダウンロード

Save Image to Downloads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.                    

拡張機能の基本情報

名前 Save Image to Downloads Save Image to Downloads
ID bpgoliohmhlcfconjgecnkobjengecpk
公式URL https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk
説明 Save images to the Download folder without the nagging 'Save As' dialog.
ファイルサイズ 21.79 KB
インストール数 94
現在のバージョン 1.0.1
最終更新日 2020-02-12
公開日 2020-02-12
評価 5.00/5 合計 1 レビュー
開発者 posidron
Eメール [email protected]
支払い方法 free
対応言語 de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Christoph Diehl",
    "homepage_url": "https:\/\/github.com\/posidron",
    "background": {
        "scripts": [
            "save.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}