Locko

Locko

Locko란 무엇입니까?

Locko은(는) http://www.binarynights.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Locko"입니다.

확장 프로그램 스크린샷

screenshot

Locko 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        IMPORTANT: This extension requires Locko for Mac, available at http://binarynights.com/locko/

Locko is a beautiful and easy-to-use password manager and file vault. You can store confidential information such as web logins, credit card data, computer accounts, software licenses, private pictures and documents, and much more. Locko supports iCloud and Dropbox so you can keep your data synchronized across multiple computers while maintaining absolute security. 

• Free iOS version 
• Secure AES-256 encryption
• Configurable password generator
• Web Logins, Credit Cards, Bank Accounts, Software Licenses, and so much more…
• File vault
• Photo album
• Secure Notes
• Login to websites by keyboard shortcut
• Custom fields (text, password, date, secure text)
• Search in all fields
• Unlimited item groups
• Browser extensions for Safari, Chrome, Firefox, and Opera
• 1 click login for websites
• QuickLook encrypted documents
• iCloud and Dropbox synchronisation
• Import from 1Password
• Import from LastPass                    

확장 프로그램 기본 정보

이름 Locko Locko
ID gmbegehoohohpiafhblhkllcdaignonb
공식 URL https://chrome.google.com/webstore/detail/locko/gmbegehoohohpiafhblhkllcdaignonb
설명 Locko
파일 크기 68.16 KB
설치 횟수 301
현재 버전 1.2.1
최근 업데이트 2015-12-04
출시 날짜 2015-12-04
평점 4.83/5 총 6 개의 평점
개발자 http://www.binarynights.com
결제 유형 free
확장 프로그램 웹 사이트 http://binarynights.com/locko/
도움말 페이지 URL http://binarynights.com/locko/manual.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Locko",
    "description": "Locko",
    "version": "1.2.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "global.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.0.0.min.js",
                "Locko-end.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/chrome-toolbar-icon.png",
            "38": "images\/[email protected]"
        },
        "content_security_policy": [
            "unsafe-inline",
            "img-src *"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "jquery.min.map"
    ]
}