Downloads Button
Provides quick icon access to your Chrome downloads.
Downloads Button란 무엇입니까?
Downloads Button은(는) Dan Barnett에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides quick icon access to your Chrome downloads."입니다.
확장 프로그램 스크린샷
Downloads Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a simple lightweight extension that adds a shortcut button to your browser for quick access to your downloads. It either opens a new tab, or switches to the downloads tab if you already have it open in another tab. You could nearly accomplish the same thing if you made a bookmark, but this assures you won't open multiple tabs. See also "Chrome History Button" and "Chrome Extensions Button" from the link below.
확장 프로그램 기본 정보
이름 | Downloads Button |
ID | pomlcckbphmgddbhchkpehnfkegaenke |
공식 URL | https://chromewebstore.google.com/detail/downloads-button/pomlcckbphmgddbhchkpehnfkegaenke |
설명 | Provides quick icon access to your Chrome downloads. |
파일 크기 | 22.55 KB |
설치 횟수 | 10,707 |
현재 버전 | 0.2 |
최근 업데이트 | 2013-06-18 |
출시 날짜 | 2013-06-17 |
평점 | 4.38/5 총 66 개의 평점 |
개발자 | Dan Barnett |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://danbarnett.net/chrome-extensions-history-button-extensions-button-downloads-button-131.html |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon_19x19.png" }, "description": "Provides quick icon access to your Chrome downloads.", "icons": { "128": "images\/icon_128x128.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png" }, "name": "Downloads Button", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2" } |