Deelete by Organizely.me
Deelete by Organizely.me
什么是Deelete by Organizely.me?
Deelete by Organizely.me是由http://organizely.me开发的Chrome扩展程序,该扩展的主要功能是“Deelete by Organizely.me”。
扩展截图
下载Deelete by Organizely.me扩展crx文件
下载Deelete by Organizely.me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With the popularity of our Organizely Chrome Extension, we quickly learned many of our users still wanted to file their downloads/attachments manually outside of the downloads directory, but loved our most unique feature “The Curb”. Being the huge fans of our fans, we listened and responded! Meet Deelete: Since 84% of all downloads are one time use, a notification will pop-up with every download allowing you to click “Keep” or “Delete in 24 Hours”, Organizely will automatically remove unneeded files from your computer and keep you nice and neat for your next day of work. Love this? Please do us a favor and keep your friends and co-workers computers organize. Email to a Friend - Tweet us! - Share on Facebook I (Daniel) answer every tweet (@dsos1) So please send me your feedback, thoughts, or just a sup! If you want to chat about a good Netflix show.
扩展基本信息
名称 | |
ID | hoadknhcnklolekdmkobjbdncfncfmco |
官方URL | https://chrome.google.com/webstore/detail/deelete-by-organizelyme/hoadknhcnklolekdmkobjbdncfncfmco |
简介 | Deelete by Organizely.me |
文件大小 | 50.52 KB |
安装次数 | 31 |
当前版本 | 1.0 |
更新时间 | 2015-01-16 |
上架时间 | 2015-01-16 |
评分 | 5.00/5 共5次评分 |
开发者 | http://organizely.me |
付费类型 | free |
扩展官网 | http://www.organizely.me |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "notifications", "downloads", "downloads.open", "downloads.shelf", "management", "storage", "tabs" ], "web_accessible_resources": [ "data\/*.json", "images\/*" ] } |