Download Button

Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.

Download Button란 무엇입니까?

Download Button은(는) https://tejji.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Opens Downloads tab in single click. Simple

Other options....
1. Open from Context Menu
2. Change Icon
3. Add / Remove from context menu

The above options are available via...
Tools --> Extensions --> Download --> Click Options
OR 
Right click icon in toolbar --> Click Options 

Opens in new tab

More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com

v1.4
- updated to comply to changes in Chrome web store policies

v1.3
- updated for latest manifest

v1.2 
- Added ability to change the icon to fit to individual needs and themes
- Added context menu shortcut to access Downloads folder from context menu

v1.1 
- Icon updated to show transparent arrow to fit most of the themes                    

확장 프로그램 기본 정보

이름 Download Button Download Button
ID alakoggmijiicdlcjjeakffojoinhlpg
공식 URL https://chromewebstore.google.com/detail/download-button/alakoggmijiicdlcjjeakffojoinhlpg
설명 Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.
파일 크기 81.41 KB
설치 횟수 26,420
현재 버전 1.4
최근 업데이트 2018-09-11
출시 날짜 2018-09-08
평점 4.63/5 총 513 개의 평점
개발자 https://tejji.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://tejji.com/
도움말 페이지 URL http://tejji.com/contactus.aspx
개인정보 보호 정책 페이지 URL https://tejji.com/privacy.aspx
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Button",
    "version": "1.4",
    "description": "Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.                 ",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_title": "Download Button | Tejji"
    },
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}