Downloads Notification

Move your download list from the fat bottom bar to Chrome Notification Center

Downloads Notification란 무엇입니까?

Downloads Notification은(는) ethan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Move your download list from the fat bottom bar to Chrome Notification Center"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Hide the fat Download bar at the bottom of the browser window! This super small extension helps you track your downloads in Chrome Notification Center. This extension asks for only two permissions, "manage your downloads" and "open downloaded files".                    

확장 프로그램 기본 정보

이름 Downloads Notification Downloads Notification
ID anjjjfijgdpgeaiaedajhnpkdalegmih
공식 URL https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih
설명 Move your download list from the fat bottom bar to Chrome Notification Center
파일 크기 7.16 KB
설치 횟수 1,312
현재 버전 1.5
최근 업데이트 2014-08-29
출시 날짜 2014-08-29
평점 3.81/5 총 32 개의 평점
개발자 ethan
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloads Notification",
    "description": "Move your download list from the fat bottom bar to Chrome Notification Center",
    "version": "1.5",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}