Downloads Button

Quick Button to Chrome Downloads

Downloads Button란 무엇입니까?

Downloads Button은(는) https://openaddons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick Button to Chrome Downloads"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        DESCRIPTION:

This extension will simply add a "Downloads" button to the toolbar. When clicked, it will open the Chrome downloads page (the list of your downloads). That’s all it does, it is not a downloader nor some fancy download manager. It’s just a customizable button.

OPTIONS:

•	Select different icon (useful to make it "fit" your Chrome theme). 
•	Add your own icon if you want to.
•	Add the download button to the context (right-click) menu 
•	Set it to open the downloads list in new tab or in the current tab

To change the settings -- right-click on the extension icon and select "Options".

PERMISSIONS:

This extension needs only the "contextMenus" permission -- this is solely for the option to add the "Downloads" menu item to the context menu                    

확장 프로그램 기본 정보

이름 Downloads Button Downloads Button
ID ohogkbgckjfhmgmfbdabalmggjmjdjmk
공식 URL https://chromewebstore.google.com/detail/downloads-button/ohogkbgckjfhmgmfbdabalmggjmjdjmk
설명 Quick Button to Chrome Downloads
파일 크기 20.95 KB
설치 횟수 1,388
현재 버전 1.0.0.0
최근 업데이트 2019-11-07
출시 날짜 2019-11-07
평점 4.67/5 총 3 개의 평점
개발자 https://openaddons.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://openaddons.com/
도움말 페이지 URL https://openaddons.com/downloads-button/
개인정보 보호 정책 페이지 URL https://openaddons.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_name__",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/openaddons.com\/",
    "description": "__MSG_description__",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_icon_hover_text__"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}