Save to Downloads

An easy way to save images to the Downloads folder.

Save to Downloadsとは何ですか?

Save to DownloadsはArheyによって開発されたChromeの拡張機能で、その主な機能は「An easy way to save images to the Downloads folder.」です。

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

screenshot

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

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

拡張機能の使用方法

                        It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.                    

拡張機能の基本情報

名前 Save to Downloads Save to Downloads
ID ifpepkjeinhcffiikcoiohobillelmha
公式URL https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha
説明 An easy way to save images to the Downloads folder.
ファイルサイズ 6.58 KB
インストール数 227
現在のバージョン 0.1.2
最終更新日 2019-09-27
公開日 2019-09-26
評価 5.00/5 合計 1 レビュー
開発者 Arhey
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/freearhey/save-to-downloads
ヘルプページのURL https://github.com/freearhey/save-to-downloads/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Downloads",
    "version": "0.1.2",
    "description": "An easy way to save images to the Downloads folder.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}