Save to folder from context menu

Quickly download stuff to your pre-chosen folders from the comfort of your context menu!

Save to folder from context menuとは何ですか?

Save to folder from context menuはEdJrによって開発されたChromeの拡張機能で、その主な機能は「Quickly download stuff to your pre-chosen folders from the comfort of your context menu!」です。

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

screenshot

Save to folder from context menu拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        **NOTE**: For security reasons, Chrome doesn't allow extensions to do certain things, such as choosing arbitrary download locations or disabling the "save as" dialog. But you can do it! I believe in you! Just read on.

How to use, step-by-step:
1. In the extension's settings page, set up a list of folders. These will appear on your context menu so you can download stuff directly to them.
2... Uhh, that's it.

** FAQ **

* How do I download to locations outside the default downloads folder?
You just need to set up symlinks (for more info, just head to the settings page after you install the extension).

* How do I get rid of the "save as" dialog?
Just head to your browser's preferences and disable this feature.

* I find this extension so outrageously stupid. What should I do?
Feel free to complain at:
https://github.com/edjroot/webext-save-to-folder/issues                    

拡張機能の基本情報

名前 Save to folder from context menu Save to folder from context menu
ID pdlkjdlbjjfmlfhijdbdpkilpdoncgdk
公式URL https://chromewebstore.google.com/detail/save-to-folder-from-conte/pdlkjdlbjjfmlfhijdbdpkilpdoncgdk
説明 Quickly download stuff to your pre-chosen folders from the comfort of your context menu!
ファイルサイズ 99.7 KB
インストール数 591
現在のバージョン 0.0.5
最終更新日 2019-05-31
公開日 2019-05-31
評価 3.29/5 合計 28 レビュー
開発者 EdJr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/edjroot/webext-save-to-folder
ヘルプページのURL https://github.com/edjroot/webext-save-to-folder
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5",
    "applications": {
        "gecko": {
            "id": "{b313b32e-777e-458a-aa00-0f6991e515ec}"
        }
    },
    "name": "Save to folder from context menu",
    "description": "Quickly download stuff to your pre-chosen folders from the comfort of your context menu!",
    "icons": [],
    "permissions": [
        "storage",
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "is.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "manifest_version": 2
}