KeePassXC-Browser
KeePassXC integration for modern web browsers
Cos'è KeePassXC-Browser?
KeePassXC-Browser è un'estensione di Chrome sviluppata da https://keepassxc.org, e la sua funzione principale è "KeePassXC integration for modern web browsers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KeePassXC-Browser
Scarica i file di estensione KeePassXC-Browser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | KeePassXC-Browser |
ID | oboonakemofpalcgghocfoadofidjkkk |
URL Ufficiale | https://chromewebstore.google.com/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk |
Descrizione | KeePassXC integration for modern web browsers |
Dimensione del File | 948 KB |
Conteggio Installazioni | 369,208 |
Versione Corrente | 1.8.12 |
Ultimo Aggiornamento | 2024-01-31 |
Data di Pubblicazione | 2020-06-16 |
Valutazione | 3.62/5 Totale 321 Valutazioni |
Sviluppatore | https://keepassxc.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://keepassxc.org |
URL della Pagina di Aiuto | https://github.com/keepassxreboot/keepassxc-browser/issues |
URL della Pagina della Politica sulla Privacy | https://keepassxc.org/privacy |
Lingue Supportate | 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": [ " |