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 là gì?
Download by extension là một tiện ích mở rộng Chrome được phát triển bởi Dmitry Dmitrienko, và tính năng chính của nó là "You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Download by extension
Tải xuống các tệp mở rộng Download by extension 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
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Download by extension |
ID | ogflhjilpmfeejjdnelhakfokcldpfki |
URL Chính Thức | https://chromewebstore.google.com/detail/download-by-extension/ogflhjilpmfeejjdnelhakfokcldpfki |
Mô tả | You can download files to the theme folder: music in the music folder, movies in the movie folder, etc. |
Kích Thước Tệp | 158 KB |
Số Lần Cài Đặt | 1,146 |
Phiên Bản Hiện Tại | 0.7.1 |
Cập Nhật Lần Cuối | 2014-10-24 |
Ngày Phát Hành | 2014-10-24 |
Đánh Giá | 4.37/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | Dmitry Dmitrienko |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |