One Click Downloader
Automatically save downloaded files to different folders based on their type or name.
什么是One Click Downloader?
One Click Downloader是由Till Haldimann开发的Chrome扩展程序,该扩展的主要功能是“Automatically save downloaded files to different folders based on their type or name.”。
扩展截图
下载One Click Downloader扩展crx文件
下载One Click Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
HOW DOES IT WORK? Right-click on a download link and choose "Set download folder..." from the context menu. Create a rule for the file, saying in which folder this file and similar ones should be saved. From now on, you can start downloads with a simple click and the files will end up in the right place. Files can be identified by their MIME type, file extension, name or URL.
扩展基本信息
名称 | |
ID | fbhngehflnenfeefgjfkflhbjaaffgkd |
官方URL | https://chrome.google.com/webstore/detail/one-click-downloader/fbhngehflnenfeefgjfkflhbjaaffgkd |
简介 | Automatically save downloaded files to different folders based on their type or name. |
文件大小 | 71.85 KB |
安装次数 | 2,875 |
当前版本 | 1.2.3 |
更新时间 | 2015-03-29 |
上架时间 | 2015-03-29 |
评分 | 3.00/5 共15次评分 |
开发者 | Till Haldimann |
付费类型 | free |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.2.3", "author": "Till Haldimann", "icons": { "128": "graphics\/128.png", "48": "graphics\/48.png", "16": "graphics\/16.png" }, "permissions": [ "downloads", "contextMenus", "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "scripts\/event.js" ], "persistent": false }, "options_page": "pages\/options.html" } |