Password Maker
Secure password maker
什麼是Password Maker?
Password Maker是由tillderoquefeuil開發的Chrome擴展程式,該擴展的主要功能是“Secure password maker”。
擴展截圖
下載Password Maker擴展crx文件
下載Password Maker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Thanks to PasswordMaker App, you'll be able to generate a secure password (lowercase, uppercase, special characters and numbers). All you need is a (secret) PIN, a safe word and to define a name foreach password (for exemple the site's name you're trying to log in). Nothing is saved in the app, it's only a password calculator (that provides you the same password each time *of course*). You have some options like the number of characters, only numeric password and special characters. By default, the of number of characters is 16 and special characters are on. The password generated is copied in the clipboard and if the active tab contains a password input it will fill it.
擴展基本資訊
名稱 | Password Maker |
ID | hecajkidojdekapmckfchajbphefecpk |
官方網址 | https://chromewebstore.google.com/detail/password-maker/hecajkidojdekapmckfchajbphefecpk |
簡介 | Secure password maker |
檔案大小 | 37.25 KB |
安裝次數 | 34 |
目前版本 | 3.2 |
更新時間 | 2020-04-29 |
上架時間 | 2020-04-29 |
開發者 | tillderoquefeuil |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Maker", "short_name": "PM", "version": "3.2", "manifest_version": 2, "description": "Secure password maker", "browser_action": { "default_popup": ".\/html\/main.html", "default_icon": ".\/icons\/icon.png" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "activeTab", "tabs" ] } |