DownRight

Puts your DOWNloads in the RIGHT location.

Qu'est-ce que DownRight ?

DownRight est une extension Chrome développée par freenik, et sa fonction principale est "Puts your DOWNloads in the RIGHT location.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension DownRight

Téléchargez les fichiers d'extension DownRight au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DownRight DownRight
ID hmfjendlfobofbmmjakjebmkdanhkagj
URL Officiel https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj
Description Puts your DOWNloads in the RIGHT location.
Taille du Fichier 25.24 KB
Nombre d'Installations 17
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-12-04
Date de Publication 2019-12-02
Développeur freenik
Type de Paiement free
Langues Prises en Charge 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"
    ]
}