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 là gì?

Save to folder from context menu là một tiện ích mở rộng Chrome được phát triển bởi EdJr, và tính năng chính của nó là "Quickly download stuff to your pre-chosen folders from the comfort of your context menu!".

Ả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 Save to folder from context menu

Tải xuống các tệp mở rộng Save to folder from context menu 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

                        **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                    

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

Tên Save to folder from context menu Save to folder from context menu
ID pdlkjdlbjjfmlfhijdbdpkilpdoncgdk
URL Chính Thức https://chromewebstore.google.com/detail/save-to-folder-from-conte/pdlkjdlbjjfmlfhijdbdpkilpdoncgdk
Mô tả Quickly download stuff to your pre-chosen folders from the comfort of your context menu!
Kích Thước Tệp 99.7 KB
Số Lần Cài Đặt 591
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2019-05-31
Ngày Phát Hành 2019-05-31
Đánh Giá 3.29/5 Tổng số 28 Đánh Giá
Nhà Phát Triển EdJr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/edjroot/webext-save-to-folder
URL Trang Trợ Giúp https://github.com/edjroot/webext-save-to-folder
Ngôn Ngữ Được Hỗ Trợ 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
}