Download

Access chrome download page. Find your downloaded files

Download란 무엇입니까?

Download은(는) https://chromeplayground.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access chrome download page. Find your downloaded files"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Where's my downloaded files? My Downloads help you access you downloads page in Chrome!

What's New in 1.3.0:
- Added offline support
- Imporoved memory usuage                    

확장 프로그램 기본 정보

이름 Download Download
ID nccjoeeljedbmkidebclpoabijggpbdp
공식 URL https://chromewebstore.google.com/detail/download/nccjoeeljedbmkidebclpoabijggpbdp
설명 Access chrome download page. Find your downloaded files
파일 크기 28.71 KB
설치 횟수 156,616
현재 버전 1.3.0
최근 업데이트 2015-07-13
출시 날짜 2015-07-12
평점 4.31/5 총 1026 개의 평점
개발자 https://chromeplayground.blogspot.com
결제 유형 free
지원되는 언어 de,en,fil,fr,ca,da,et,es,fi,cs,el,bg,ru,bn,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon_128_128.png",
        "default_title": "My downloads",
        "default_popup": "popup.html"
    },
    "short_name": "Downloads",
    "default_locale": "en",
    "description": "Access chrome download page. Find your downloaded files",
    "icons": {
        "128": "icon_128_128.png",
        "16": "icon_16_16.png",
        "32": "icon_32_32.png",
        "48": "icon_48_48.png"
    },
    "name": "Download",
    "permissions": [
        "tabs"
    ],
    "version": "1.3.0",
    "offline_enabled": true
}