Locko
Locko
什么是Locko?
Locko是由http://www.binarynights.com开发的Chrome扩展程序,该扩展的主要功能是“Locko”。
扩展截图
下载Locko扩展crx文件
下载Locko扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
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", " |