DownRight
Puts your DOWNloads in the RIGHT location.
什么是DownRight?
DownRight是由freenik开发的Chrome扩展程序,该扩展的主要功能是“Puts your DOWNloads in the RIGHT location.”。
扩展截图
下载DownRight扩展crx文件
下载DownRight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Puts your DOWNloads in the RIGHT location. The extension will create sub-folders based on the file type to prevent dowloads folder from turning into trash can. Coming soon: Categorization based on download source.
扩展基本信息
名称 | DownRight |
ID | hmfjendlfobofbmmjakjebmkdanhkagj |
官方URL | https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj |
简介 | Puts your DOWNloads in the RIGHT location. |
文件大小 | 25.24 KB |
安装次数 | 17 |
当前版本 | 1.0.2 |
更新时间 | 2019-12-04 |
上架时间 | 2019-12-02 |
开发者 | freenik |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DownRight", "version": "1.0.2", "description": "Puts your DOWNloads in the RIGHT location.", "icons": { "48": "icons\/border-48.png", "96": "icons\/border-96.png", "512": "icons\/border-512.png" }, "background": { "persistent": true, "scripts": [ "lib\/downloadManager.js", "lib\/downloadLocationRules.js", "background.js" ] }, "permissions": [ "contextMenus", "downloads", "management" ] } |