KeePassXC-Browser

KeePassXC integration for modern web browsers

KeePassXC-Browser란 무엇입니까?

KeePassXC-Browser은(는) https://keepassxc.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "KeePassXC integration for modern web browsers"입니다.

확장 프로그램 스크린샷

screenshot

KeePassXC-Browser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Official browser plugin for the KeePassXC password manager (https://keepassxc.org).

The thing computers can do best is storing information.
You shouldn't waste your time trying to remember and type your passwords.
KeePassXC can store your passwords safely and auto-type them into your everyday websites and applications.

Privacy Policy: https://keepassxc.org/privacy/#privacy-keepassxc

Check release notes from: https://github.com/keepassxreboot/keepassxc-browser/blob/develop/CHANGELOG                    

확장 프로그램 기본 정보

이름 KeePassXC-Browser KeePassXC-Browser
ID oboonakemofpalcgghocfoadofidjkkk
공식 URL https://chromewebstore.google.com/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk
설명 KeePassXC integration for modern web browsers
파일 크기 948 KB
설치 횟수 369,208
현재 버전 1.8.12
최근 업데이트 2024-01-31
출시 날짜 2020-06-16
평점 3.62/5 총 321 개의 평점
개발자 https://keepassxc.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://keepassxc.org
도움말 페이지 URL https://github.com/keepassxreboot/keepassxc-browser/issues
개인정보 보호 정책 페이지 URL https://keepassxc.org/privacy
지원되는 언어 id,de,en,en-GB,fr,nl,no,tr,da,et,es,it,lt,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,bg,ru,uk,iw,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KeePassXC-Browser",
    "version": "1.8.12",
    "version_name": "1.8.12",
    "minimum_chrome_version": "93",
    "description": "__MSG_extensionDescription__",
    "author": "KeePassXC Team",
    "icons": {
        "16": "icons\/keepassxc_16x16.png",
        "48": "icons\/keepassxc_48x48.png",
        "64": "icons\/keepassxc_64x64.png",
        "96": "icons\/keepassxc_96x96.png",
        "128": "icons\/keepassxc_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/keepassxc_16x16.png",
            "18": "icons\/keepassxc_18x18.png",
            "19": "icons\/keepassxc_19x19.png",
            "32": "icons\/keepassxc_32x32.png",
            "36": "icons\/keepassxc_36x36.png",
            "38": "icons\/keepassxc_38x38.png",
            "64": "icons\/keepassxc_64x64.png"
        },
        "default_title": "KeePassXC-Browser",
        "default_popup": "popups\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "common\/browser-polyfill.min.js",
            "common\/global.js",
            "common\/sites.js",
            "background\/nacl.min.js",
            "background\/nacl-util.min.js",
            "background\/client.js",
            "background\/keepass.js",
            "background\/httpauth.js",
            "background\/browserAction.js",
            "background\/page.js",
            "background\/event.js",
            "background\/init.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/browser-polyfill.min.js",
                "common\/global.js",
                "common\/sites.js",
                "content\/ui.js",
                "content\/banner.js",
                "content\/autocomplete.js",
                "content\/credential-autocomplete.js",
                "content\/custom-fields-banner.js",
                "content\/fields.js",
                "content\/fill.js",
                "content\/form.js",
                "content\/icons.js",
                "content\/keepassxc-browser.js",
                "content\/observer-helper.js",
                "content\/pwgen.js",
                "content\/totp-autocomplete.js",
                "content\/totp-field.js",
                "content\/username-field.js",
                "content\/passkeys-utils.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "commands": {
        "fill_username_password": {
            "description": "__MSG_contextMenuFillUsernameAndPassword__",
            "suggested_key": {
                "default": "Alt+Shift+U",
                "mac": "MacCtrl+Shift+U"
            }
        },
        "fill_password": {
            "description": "__MSG_contextMenuFillPassword__",
            "suggested_key": {
                "default": "Alt+Shift+I",
                "mac": "MacCtrl+Shift+I"
            }
        },
        "fill_totp": {
            "description": "__MSG_contextMenuFillTOTP__",
            "suggested_key": {
                "default": "Alt+Shift+O",
                "mac": "MacCtrl+Shift+O"
            }
        },
        "show_password_generator": {
            "description": "__MSG_contextMenuShowPasswordGenerator__",
            "suggested_key": {
                "default": "Alt+Shift+G",
                "mac": "MacCtrl+Shift+G"
            }
        },
        "save_credentials": {
            "description": "__MSG_contextMenuSaveCredentials__"
        },
        "redetect_fields": {
            "description": "__MSG_popupRedetectButton__"
        },
        "choose_credential_fields": {
            "description": "__MSG_popupChooseCredentialsText__"
        },
        "retrive_credentials_forced": {
            "description": "__MSG_popupReopenButton__"
        },
        "request_autotype": {
            "description": "__MSG_contextMenuRequestGlobalAutoType__"
        },
        "reload_extension": {
            "description": "__MSG_popupReloadButton__"
        }
    },
    "web_accessible_resources": [
        "icons\/disconnected.svg",
        "icons\/help.svg",
        "icons\/keepassxc.svg",
        "icons\/key.svg",
        "icons\/locked.svg",
        "icons\/otp.svg",
        "css\/autocomplete.css",
        "css\/banner.css",
        "css\/button.css",
        "css\/colors.css",
        "css\/define.css",
        "css\/notification.css",
        "css\/pwgen.css",
        "css\/username.css",
        "css\/totp.css",
        "content\/passkeys.js"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "cookies",
        "clipboardWrite",
        "nativeMessaging",
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/api.github.com\/"
    ],
    "content_security_policy": "script-src 'self' 'sha256-o4BRBtP28Aof7Hm1dUp+wlMic7aYLfwjS3E5vTxthQU=' 'sha256-4nJ8uLezzRE3SiBFdkVN\/uNwV9YTOGCqRXg6AvB5rCY='; object-src 'none'",
    "default_locale": "en"
}