Memorable Password Generator
Generates easily memorizable passwords from a dictionary
什麼是Memorable Password Generator?
Memorable Password Generator是由download開發的Chrome擴展程式,該擴展的主要功能是“Generates easily memorizable passwords from a dictionary”。
下載Memorable Password Generator擴展crx文件
下載Memorable Password Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generates an easy to remember password. Secure as long as a different password is used on each site.
擴展基本資訊
名稱 | |
ID | egellahiafbjnejphfkhbpimkgcipnib |
官方網址 | https://chrome.google.com/webstore/detail/memorable-password-genera/egellahiafbjnejphfkhbpimkgcipnib |
簡介 | Generates easily memorizable passwords from a dictionary |
檔案大小 | 43.73 KB |
安裝次數 | 25 |
目前版本 | 0.1 |
更新時間 | 2016-10-01 |
上架時間 | 2016-10-01 |
開發者 | download |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memorable Password Generator", "description": "Generates easily memorizable passwords from a dictionary", "version": "0.1", "permissions": [], "browser_action": { "default_popup": "index.html", "default_title": "Generate Password" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |