Smart Downloader

Organize your downloads using custom-made rules

Wat is Smart Downloader?

Smart Downloader is een Chrome-extensie ontwikkeld door fmatos, en de belangrijkste functie is "Organize your downloads using custom-made rules".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Smart Downloader

Download Smart Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Customize download location  based on file origin and extension                    

Basisinformatie over de Extensie

Naam Smart Downloader Smart Downloader
ID amjbojadgbdeocfblkolikemjohpkblc
Officiële URL https://chromewebstore.google.com/detail/smart-downloader/amjbojadgbdeocfblkolikemjohpkblc
Beschrijving Organize your downloads using custom-made rules
Bestandsgrootte 2.28 MB
Aantal Installaties 82
Huidige Versie 0.0.1
Laatst Bijgewerkt 2018-11-11
Publicatiedatum 2018-11-11
Ontwikkelaar fmatos
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Downloader",
    "version": "0.0.1",
    "description": "Organize your downloads using custom-made rules",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "downloads",
        "storage",
        "activeTab"
    ]
}