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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **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
이메일 [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
}