Download by extension
You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.
Download by extension란 무엇입니까?
Download by extension은(는) Dmitry Dmitrienko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can download files to the theme folder: music in the music folder, movies in the movie folder, etc."입니다.
확장 프로그램 스크린샷
Download by extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
To configure the extension, right-click the extension icon in your web-browser. In the context menu, choose "Settings", the Settings dialog will appear. Then, you should add rules. To do so, click the "Add rule" button, a row with a new rule will be added to the rule table. In the "File types" column you specify file types, for example, documents, images, music, etc. In the "Directory" column you specify the path to save files. Please note that this path is specified with respect to the browser's download folder(by default, it is C:\\Users\\user\\Downloads). If you specify the path music for the "Music" category in the "Directory" column, the real path to this file will be. C:\Users\user\Downloads\music . You can specify paths with any nesting level, for example, music\mp3 . Email for question: [email protected]
확장 프로그램 기본 정보
이름 | Download by extension |
ID | ogflhjilpmfeejjdnelhakfokcldpfki |
공식 URL | https://chromewebstore.google.com/detail/download-by-extension/ogflhjilpmfeejjdnelhakfokcldpfki |
설명 | You can download files to the theme folder: music in the music folder, movies in the movie folder, etc. |
파일 크기 | 158 KB |
설치 횟수 | 1,146 |
현재 버전 | 0.7.1 |
최근 업데이트 | 2014-10-24 |
출시 날짜 | 2014-10-24 |
평점 | 4.37/5 총 27 개의 평점 |
개발자 | Dmitry Dmitrienko |
결제 유형 | free |
지원되는 언어 | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download by extension", "description": "You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.", "version": "0.7.1", "background": { "persistent": false, "scripts": [ "js\/extension.min.js" ] }, "options_page": "options.html", "default_locale": "ru", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "downloads" ] } |