Deelete by Organizely.me

Deelete by Organizely.me

Deelete by Organizely.me là gì?

Deelete by Organizely.me là một tiện ích mở rộng Chrome được phát triển bởi http://organizely.me, và tính năng chính của nó là "Deelete by Organizely.me".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Deelete by Organizely.me

Tải xuống các tệp mở rộng Deelete by Organizely.me 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Deelete by Organizely.me Deelete by Organizely.me
ID hoadknhcnklolekdmkobjbdncfncfmco
URL Chính Thức https://chrome.google.com/webstore/detail/deelete-by-organizelyme/hoadknhcnklolekdmkobjbdncfncfmco
Mô tả Deelete by Organizely.me
Kích Thước Tệp 50.52 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-01-16
Ngày Phát Hành 2015-01-16
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://organizely.me
Loại Thanh Toán free
Trang Web Mở Rộng http://www.organizely.me
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}