Modern Password Manager
Browser Extension for the self-hosted password manager that is available at https://github.com/BenjaminHae/modern-password-manager.…
什么是Modern Password Manager?
Modern Password Manager是由bradevelop开发的Chrome扩展程序,该扩展的主要功能是“Browser Extension for the self-hosted password manager that is available at https://github.com/BenjaminHae/modern-password-manager.…”。
扩展截图
下载Modern Password Manager扩展crx文件
下载Modern Password Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Browser Extension for the self-hosted password manager that is available at https://github.com/BenjaminHae/modern-password-manager. Allows the user to use accounts from the self-hosted instance for logging in on webpages. Offers access through popup (viewing/selecting accounts for origin of current tab) and context menu (inserting passwords and username).
扩展基本信息
名称 | Modern Password Manager |
ID | nicghopbfhgnjbbkdhkhaiekhpdjdfge |
官方URL | https://chromewebstore.google.com/detail/modern-password-manager/nicghopbfhgnjbbkdhkhaiekhpdjdfge |
简介 | Browser Extension for the self-hosted password manager that is available at https://github.com/BenjaminHae/modern-password-manager.… |
文件大小 | 543 KB |
安装次数 | 55 |
当前版本 | 0.5.1 |
更新时间 | 2021-03-31 |
上架时间 | 2020-12-28 |
评分 | 5.00/5 共1次评分 |
开发者 | bradevelop |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/BenjaminHae/modern-password-manager |
帮助页面URL | https://github.com/BenjaminHae/modern-password-manager/issues |
隐私政策页面URL | https://github.com/BenjaminHae/PwChromeExtension/blob/master/dataprivacy.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modern Password Manager", "version": "0.5.1", "permissions": [ "activeTab", "*:\/\/*\/*", "contextMenus", "storage" ], "browser_action": { "default_popup": "popup\/index.html", "default_icon": "assets\/iconLoggedOut.png", "default_title": "Modern Password Manager" }, "content_scripts": [ { "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": true, "matches": [ " |