Dinopass 🦕
A browser extension for easy to remember and friendly passwords!
什么是Dinopass 🦕?
Dinopass 🦕是由RostiMelk开发的Chrome扩展程序,该扩展的主要功能是“A browser extension for easy to remember and friendly passwords!”。
扩展截图
下载Dinopass 🦕扩展crx文件
下载Dinopass 🦕扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate easy to remember and friendly passwords! 🦕
Not affiliated with Dinopass. 扩展基本信息
| 名称 | |
| ID | bnekaigbnpcpfdlmmdehkkjbedfpbadj |
| 官方URL | https://chromewebstore.google.com/detail/dinopass-%F0%9F%A6%95/bnekaigbnpcpfdlmmdehkkjbedfpbadj |
| 简介 | A browser extension for easy to remember and friendly passwords! |
| 文件大小 | 51.71 KB |
| 安装次数 | 536 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-03-20 |
| 上架时间 | 2020-11-01 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | RostiMelk |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.dinopass.com/ |
| 帮助页面URL | https://github.com/RostiMelk/dinopass-broswer-exthttps://github.com/RostiMelk/dinopass-broswer-ext |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dinopass \ud83e\udd95",
"version": "1.0.1",
"description": "A browser extension for easy to remember and friendly passwords!",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_popup": "static\/popup.html",
"default_title": "Open Dinopass \ud83e\udd95",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}
} | |