Recent Download

Manage users' recent downloaded items!

Wat is Recent Download?

Recent Download is een Chrome-extensie ontwikkeld door https://www.windows10mycomputer.com, en de belangrijkste functie is "Manage users' recent downloaded items!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Recent Download

Download Recent Download-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

                        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).                    

Basisinformatie over de Extensie

Naam Recent Download Recent Download
ID abmbeknhkchhaalbjkbehhfbibcmogbe
Officiële URL https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe
Beschrijving Manage users' recent downloaded items!
Bestandsgrootte 247 KB
Aantal Installaties 960
Huidige Versie 0.1.1
Laatst Bijgewerkt 2018-11-28
Publicatiedatum 2018-11-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.windows10mycomputer.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.windows10mycomputer.com
Ondersteunde Talen 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"
    ]
}