PassMaker - is the best password generator.
Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup
什麼是PassMaker - is the best password generator.?
PassMaker - is the best password generator.是由pratnomenis開發的Chrome擴展程式,該擴展的主要功能是“Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup”。
擴展截圖
下載PassMaker - is the best password generator.擴展crx文件
下載PassMaker - is the best password generator.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tool for making safe and hackproof passwords. With extensive customization options from length to symbols list. Totally private!
擴展基本資訊
名稱 | PassMaker - is the best password generator. |
ID | jidfoanpehhinoikkbfklnllbeppgfmi |
官方網址 | https://chromewebstore.google.com/detail/passmaker-is-the-best-pas/jidfoanpehhinoikkbfklnllbeppgfmi |
簡介 | Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup |
檔案大小 | 138 KB |
安裝次數 | 148 |
目前版本 | v1.3 |
更新時間 | 2020-05-08 |
上架時間 | 2020-05-08 |
評分 | 5.00/5 共 3 次評分 |
開發者 | pratnomenis |
付費類型 | free |
支援的語言 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "short_name": "PassMaker", "default_locale": "en", "version": "1.3", "version_name": "v1.3", "author": "pratnomenis", "browser_action": { "default_icon": { "16": "\/img\/ico16.png", "32": "\/img\/ico32.png" }, "default_popup": "index.html", "default_title": "PassMaker v1.3" }, "icons": { "16": "\/img\/ico16.png", "32": "\/img\/ico32.png", "48": "\/img\/ico48.png", "128": "\/img\/ico128.png" }, "manifest_version": 2, "offline_enabled": true, "permissions": [ "storage" ] } |