pass-browser-chrome

Make secrets easily accessible from your pass' ~/.password-store

pass-browser-chrome란 무엇입니까?

pass-browser-chrome은(는) cpoppema에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make secrets easily accessible from your pass' ~/.password-store"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

pass-browser-chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        pass-browser-chrome is a browser plugin for your secrets managed by pass: https://www.passwordstore.org/                    

확장 프로그램 기본 정보

이름 pass-browser-chrome pass-browser-chrome
ID ncoadlppaciemlepmdmdnecjlfmbidcd
공식 URL https://chromewebstore.google.com/detail/pass-browser-chrome/ncoadlppaciemlepmdmdnecjlfmbidcd
설명 Make secrets easily accessible from your pass' ~/.password-store
파일 크기 427 KB
설치 횟수 262
현재 버전 0.9.0
최근 업데이트 2022-12-06
출시 날짜 2019-08-21
평점 3.00/5 총 2 개의 평점
개발자 cpoppema
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/cpoppema/pass-browser-chrome
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Cornelis Poppema",
    "manifest_version": 3,
    "icons": {
        "128": "images\/icon-locked-128.png"
    },
    "action": {
        "default_icon": "images\/icon-locked-128.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "clipboardWrite",
        "notifications",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_page": "html\/options.html",
    "name": "pass-browser-chrome",
    "version": "0.9.0",
    "description": "Make secrets easily accessible from your pass' ~\/.password-store"
}