DownRight

Puts your DOWNloads in the RIGHT location.

什麼是DownRight?

DownRight是由freenik開發的Chrome擴展程式,該擴展的主要功能是“Puts your DOWNloads in the RIGHT location.”。

擴展截圖

screenshot
screenshot

下載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 DownRight
ID hmfjendlfobofbmmjakjebmkdanhkagj
官方網址 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"
    ]
}