Chrome Passwords History

Domain Extension for Chrome Passwords. --- This extension enables Chrome Password to store your per Domain settings like counter…

Chrome Passwords History란 무엇입니까?

Chrome Passwords History은(는) Christoph Roeder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Domain Extension for Chrome Passwords. --- This extension enables Chrome Password to store your per Domain settings like counter…"입니다.

확장 프로그램 스크린샷

screenshot

Chrome Passwords History 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Domain Extension for Chrome Passwords.
---
This extension enables Chrome Password to store your per Domain settings like counter and selected template, so you don't have to.                    

확장 프로그램 기본 정보

이름 Chrome Passwords History Chrome Passwords History
ID cmeaokcaickhjmmbbkkncmbmjmjnoigj
공식 URL https://chrome.google.com/webstore/detail/chrome-passwords-history/cmeaokcaickhjmmbbkkncmbmjmjnoigj
설명 Domain Extension for Chrome Passwords. --- This extension enables Chrome Password to store your per Domain settings like counter…
파일 크기 7.08 KB
설치 횟수 33
현재 버전 1.3.1
최근 업데이트 2016-02-05
출시 날짜 2016-02-05
평점 1.00/5 총 1 개의 평점
개발자 Christoph Roeder
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Passwords History",
    "version": "1.3.1",
    "minimum_chrome_version": "38",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuUzg5I4ISw8+wf4T1mq2OqWPhM7SJpXQyG2aXS6ns4TlduBj\/hbu87JOvb6Ew1Nj7jKsUW06e0ziSaZjf8MiyqVbbstQLoLTlDGIltTOOvzQnYAwlMWt2kXF+fdfuJqbMlM88Mg\/AfVIWUsXXq4vuQnfeBlBgWzqe2ztGD6FlYVx+Hv5RJ1WkZya9uc2P4YYvKt7iLyKYWFjC8q71jE8Vb14UPqnNfVC132yQn5P85N\/qnk4Z3Xclo3dds+TBXL6E9M4eXweQekbggZGRZa\/\/p0WkAwupiwfFowHLIYpJ9RZ7kWLyo2gKKhlTfloU0NuVjj\/vSNhP1s2oIlFnjYEgQIDAQAB",
    "permissions": [
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "425614405729-nuphivim4i09e5dgmlck69p1p7o3iqc1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ],
        "persistent": true
    }
}