PassWorld
Access your passwords anytime!
什么是PassWorld?
PassWorld是由alon1ganot开发的Chrome扩展程序,该扩展的主要功能是“Access your passwords anytime!”。
扩展截图
下载PassWorld扩展crx文件
下载PassWorld扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Having trouble remembering your passwords? This is the solution for you!
Easily access your passwords anytime, by a simple click your password will be copied to your clipboard for easy access!
Want more?
You can upgrade your membership to store more passwords, edit them easily and even have a search bar for ever FASTER access!
Feel free to write me down if you`re having trouble at:
[email protected] 扩展基本信息
| 名称 | |
| ID | obfmjcagpfelopehdccpbloeeegaomhk |
| 官方URL | https://chromewebstore.google.com/detail/passworld/obfmjcagpfelopehdccpbloeeegaomhk |
| 简介 | Access your passwords anytime! |
| 文件大小 | 619 KB |
| 安装次数 | 21 |
| 当前版本 | 1.2.5 |
| 更新时间 | 2022-02-11 |
| 上架时间 | 2021-10-10 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | alon1ganot |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PassWorld",
"description": "Access your passwords anytime!",
"version": "1.2.5",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "PassWorld",
"default_popup": "popup.html"
},
"web_accessible_resources": [
".\/README.md"
],
"content_security_policy": "script-src 'self' https:\/\/www.paypal.com\/sdk\/js?client-id=ARpSmZ1aePLxnJSw-Awa8K2XhHOeTRV0EOAOXJBCz7ZDDNZ8EKYMqPRy8uxRzLyHNtzB_SPdGL759ztj https:\/\/use.fontawesome.com\/ed71135228.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/crypto-js\/4.1.1\/crypto-js.min.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.bundle.min.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/build\/alertify.min.js https:\/\/code.jquery.com\/jquery-1.7.1.min.js;object-src 'self'"
} | |