Password Generator
Allows you to generate customisable secure passwords on the fly.
什麼是Password Generator?
Password Generator是由https://nemrod.se開發的Chrome擴展程式,該擴展的主要功能是“Allows you to generate customisable secure passwords on the fly.”。
擴展截圖
下載Password Generator擴展crx文件
下載Password Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is an extension for pure random password generation. You set a length between 5 and 20 characters, if you want it to contain upper-case, lower-case, numbers and special characters and click generate. Since I'm into the habit of wanting passwords that look good I've made it so you can choose to generate between 1 and 5 passwords in one go to make it easier to get those.
Now simply choose the prettiest of the generated passwords and you're done! ;)
Version 0.2 has support for themes, you can select between three different ones, but you can also add your own or edit the existing ones if you so wish. 擴展基本資訊
| 名稱 | |
| ID | koebgfmdommchdjodkalonlpjlnbpjap |
| 官方網址 | https://chromewebstore.google.com/detail/password-generator/koebgfmdommchdjodkalonlpjlnbpjap |
| 簡介 | Allows you to generate customisable secure passwords on the fly. |
| 檔案大小 | 22.63 KB |
| 安裝次數 | 289 |
| 目前版本 | 0.3 |
| 更新時間 | 2013-06-19 |
| 上架時間 | 2013-06-19 |
| 評分 | 3.93/5 共 14 次評分 |
| 開發者 | https://nemrod.se |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://nemrod.se |
| 說明頁面URL | http://nemrod.se/chrome-extensions/password-generator |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Password Generator",
"version": "0.3",
"manifest_version": 2,
"description": "Allows you to generate customisable secure passwords on the fly.",
"icons": {
"128": "icon128.png",
"32": "icon32.png",
"22": "icon22.png",
"16": "icon16.png"
},
"browser_action": {
"default_name": "Password Generator - click to open the generator",
"default_icon": "icon22.png",
"default_popup": "popup.html"
},
"options_page": "options.html"
} | |