Password Generator
This extension generates random characters for potential passwords.
什麼是Password Generator?
Password Generator是由https://mattjared.co開發的Chrome擴展程式,該擴展的主要功能是“This extension generates random characters for potential passwords.”。
擴展截圖
下載Password Generator擴展crx文件
下載Password Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only. 擴展基本資訊
| 名稱 | |
| ID | gmldplfcfpjpchkjhpkdodpchllnikii |
| 官方網址 | https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii |
| 簡介 | This extension generates random characters for potential passwords. |
| 檔案大小 | 180 KB |
| 安裝次數 | 46 |
| 目前版本 | 1.4 |
| 更新時間 | 2015-03-03 |
| 上架時間 | 2015-03-03 |
| 開發者 | https://mattjared.co |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Password Generator",
"description": "This extension generates random characters for potential passwords.",
"version": "1.4",
"permissions": [
""
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |