Deelete by Organizely.me
Deelete by Organizely.me
Что такое Deelete by Organizely.me?
Deelete by Organizely.me - это расширение Chrome, разработанное http://organizely.me, и его основная функция - "Deelete by Organizely.me".
Снимки экрана расширения
Скачать файл CRX расширения Deelete by Organizely.me
Скачайте файлы расширений 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\/*" ] } |