DownRight

Puts your DOWNloads in the RIGHT location.

Vad är DownRight?

DownRight är en Chrome-tillägg utvecklad av freenik, och dess huvudfunktion är "Puts your DOWNloads in the RIGHT location.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner DownRight-förlängningens CRX-fil

Ladda ner DownRight-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DownRight DownRight
ID hmfjendlfobofbmmjakjebmkdanhkagj
Officiell webbadress https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj
Beskrivning Puts your DOWNloads in the RIGHT location.
Filstorlek 25.24 KB
Antal Installationer 17
Aktuell Version 1.0.2
Senast Uppdaterad 2019-12-04
Publiceringsdatum 2019-12-02
Utvecklare freenik
Betalningssätt free
Stödda Språk 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"
    ]
}