Recent Download

Manage users' recent downloaded items!

Co to jest Recent Download?

Recent Download to rozszerzenie Chrome opracowane przez https://www.windows10mycomputer.com, a jego główną funkcją jest „Manage users' recent downloaded items!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Recent Download

Pobierz pliki rozszerzeń Recent Download w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Recent Download Recent Download
ID abmbeknhkchhaalbjkbehhfbibcmogbe
Oficjalny URL https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe
Opis Manage users' recent downloaded items!
Rozmiar pliku 247 KB
Liczba instalacji 960
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2018-11-28
Data Publikacji 2018-11-27
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.windows10mycomputer.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.windows10mycomputer.com
Obsługiwane Języki 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"
    ]
}