chrome-pass (ZX2C4)
Chrome plugin for *pass* the standard unix password manager.
chrome-pass (ZX2C4)とは何ですか?
chrome-pass (ZX2C4)はHoracio Sansonによって開発されたChromeの拡張機能で、その主な機能は「Chrome plugin for *pass* the standard unix password manager.」です。
拡張機能のスクリーンショット
chrome-pass (ZX2C4)拡張機能のCRXファイルをダウンロード
chrome-pass (ZX2C4)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension to integrate pass - the standard Unix password manager - with chrome. IMPORTANT: 1. This plugin requires the chrome-pass python package installed on your machine. 2. You must also have the unix password manager (pass) installed and your password store located at $HOME/.password-store. 3. Chrome version 107 or later. To install the chrome-pass python package in Ubuntu: sudo apt-get install python3 python3-pip pip3 install chrome-pass=0.5.0 --user
拡張機能の基本情報
名前 | chrome-pass (ZX2C4) |
ID | oblajhnjmknenodebpekmkliopipoolo |
公式URL | https://chromewebstore.google.com/detail/chrome-pass-zx2c4/oblajhnjmknenodebpekmkliopipoolo |
説明 | Chrome plugin for *pass* the standard unix password manager. |
ファイルサイズ | 24.78 KB |
インストール数 | 670 |
現在のバージョン | 0.5.0 |
最終更新日 | 2024-02-09 |
公開日 | 2018-02-19 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | Horacio Sanson |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/hsanson/chrome-pass |
ヘルプページのURL | https://github.com/hsanson/chrome-pass |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "chrome-pass (ZX2C4)", "version": "0.5.0", "description": "Chrome plugin for *pass* the standard unix password manager.", "minimum_chrome_version": "107.0", "author": "Horacio Sanson", "homepage_url": "https:\/\/github.com\/hsanson\/chrome-pass", "icons": { "16": "icons\/pass16.png", "48": "icons\/pass48.png", "128": "icons\/pass128.png" }, "action": { "default_icon": { "19": "icons\/pass19.png", "38": "icons\/pass38.png", "114": "icons\/pass114.png" }, "default_title": "pass", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "nativeMessaging", "clipboardWrite" ] } |