Deelete by Organizely.me

Deelete by Organizely.me

Deelete by Organizely.meとは何ですか?

Deelete by Organizely.meはhttp://organizely.meによって開発されたChromeの拡張機能で、その主な機能は「Deelete by Organizely.me」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Deelete by Organizely.me Deelete by Organizely.me
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\/*"
    ]
}