Recent Download

Manage users' recent downloaded items!

Was ist Recent Download?

Recent Download ist eine Chrome-Erweiterung, die von https://www.windows10mycomputer.com entwickelt wurde, und ihr Hauptmerkmal ist "Manage users' recent downloaded items!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Recent Download-Erweiterungs-CRX-Datei herunterladen

Laden Sie Recent Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Rencent Download enhanced version, you can sort and view files, and you can share to mobile phone (only support windows 10, you need to download UWP version of my computer).                    

Grundlegende Informationen zur Erweiterung

Name Recent Download Recent Download
ID abmbeknhkchhaalbjkbehhfbibcmogbe
Offizielle URL https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe
Beschreibung Manage users' recent downloaded items!
Dateigröße 247 KB
Installationsanzahl 960
Aktuelle Version 0.1.1
Letztes Update 2018-11-28
Veröffentlichungsdatum 2018-11-27
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.windows10mycomputer.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.windows10mycomputer.com
Unterstützte Sprachen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Download",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "zh_CN",
    "description": "Manage users' recent downloaded items!",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Recent Download",
        "default_popup": "defult.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf"
    ]
}