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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |