Recent Download

Manage users' recent downloaded items!

Qu'est-ce que Recent Download ?

Recent Download est une extension Chrome développée par https://www.windows10mycomputer.com, et sa fonction principale est "Manage users' recent downloaded items!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Recent Download

Téléchargez les fichiers d'extension Recent Download 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

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

Informations de Base sur l'Extension

Nom Recent Download Recent Download
ID abmbeknhkchhaalbjkbehhfbibcmogbe
URL Officiel https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe
Description Manage users' recent downloaded items!
Taille du Fichier 247 KB
Nombre d'Installations 960
Version Actuelle 0.1.1
Dernière Mise à Jour 2018-11-28
Date de Publication 2018-11-27
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.windows10mycomputer.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.windows10mycomputer.com
Langues Prises en Charge 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"
    ]
}