Locko

Locko

Locko क्या है?

Locko http://www.binarynights.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Locko"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Locko एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}