LessPass

chrome and firefox web extension for lesspass password manager

什么是LessPass?

LessPass是由https://lesspass.com开发的Chrome扩展程序,该扩展的主要功能是“chrome and firefox web extension for lesspass password manager”。

扩展截图

screenshot
screenshot

下载LessPass扩展crx文件

下载LessPass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This add-on allows you to build LessPass passwords directly in your browser.

LessPass is a password manager that guarantees you to generate the same password on the basis of unique information you provide. You can use LessPass to create passwords for various internet services (social networks , email, server passwords , ...).

You can use this extension to generate complex password for your sites without the need to store them. You are the only one to know the information needed to generate a password. You can regenerate your passwords anywhere. No database, no sync needed.

Tip: Use the keyboard shortcut Ctrl + Shift + L to launch LessPass                    

扩展基本信息

名称 LessPass LessPass
ID lcmbpoclaodbgkbjafnkbbinogcbnjih
官方URL https://chromewebstore.google.com/detail/lesspass/lcmbpoclaodbgkbjafnkbbinogcbnjih
简介 chrome and firefox web extension for lesspass password manager
文件大小 1.26 MB
安装次数 4,714
当前版本 9.6.8
更新时间 2023-01-03
上架时间 2019-11-29
评分 4.82/5 共45次评分
开发者 https://lesspass.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.lesspass.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "chrome and firefox web extension for lesspass password manager",
    "manifest_version": 3,
    "name": "LessPass",
    "version": "9.6.8",
    "homepage_url": "https:\/\/github.com\/lesspass\/lesspass",
    "icons": {
        "64": "icons\/logo-64.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "browser_style": false,
        "default_icon": "icons\/logo-32.png",
        "default_title": "LessPass (Ctrl+Shift+L)",
        "default_popup": "popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    }
}