Downloads

Clear the downloads list of all completed downloads. Save images in downloads. Open downloads.

Downloads란 무엇입니까?

Downloads은(는) Free Useful Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear the downloads list of all completed downloads. Save images in downloads. Open downloads."입니다.

확장 프로그램 스크린샷

screenshot

Downloads 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Try this simple manager for my downloads today.

Here are the core features of this Downloads software.

- Quick access to the Downloads browser page when you click on the extension icon
- It allows you to auto clear your Downloads folder every 20 seconds. This time duration can be set by you via the options page.
- Use the context menu to save any images you want to My Downloads folder.

To access the options page for this extension, simply right click, choose "Downloads" and then mouse over the "Options page" button.

Save time managing your downloads today by using this simple downloads software.                    

확장 프로그램 기본 정보

이름 Downloads Downloads
ID miiggjhfiganjofhpckipgglilmgckcb
공식 URL https://chromewebstore.google.com/detail/downloads/miiggjhfiganjofhpckipgglilmgckcb
설명 Clear the downloads list of all completed downloads. Save images in downloads. Open downloads.
파일 크기 137 KB
설치 횟수 8,810
현재 버전 3.0.2
최근 업데이트 2022-05-23
출시 날짜 2022-05-22
평점 4.45/5 총 11 개의 평점
개발자 Free Useful Apps
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "version": "3.0.2",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "browsingData",
        "downloads",
        "downloads.shelf",
        "storage"
    ],
    "action": {
        "default_icon": {
            "19": "icons\/icon-19.png"
        }
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "options_ui": {
        "page": "ui\/options.html"
    },
    "homepage_url": "https:\/\/my-downloads.freespeedcheck.net\/"
}