Strong Password Generator
Strong Password Generator to create secure passwords that are impossible to crack on your device.
什麼是Strong Password Generator?
Strong Password Generator是由Arun Kumar Sekar開發的Chrome擴展程式,該擴展的主要功能是“Strong Password Generator to create secure passwords that are impossible to crack on your device.”。
擴展截圖
下載Strong Password Generator擴展crx文件
下載Strong Password Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across the Internet, and learn over 30 tricks to keep your passwords, accounts and documents safe.
擴展基本資訊
名稱 | Strong Password Generator |
ID | mbkohgkhedaeabjolobelbiomcchdenc |
官方網址 | https://chromewebstore.google.com/detail/strong-password-generator/mbkohgkhedaeabjolobelbiomcchdenc |
簡介 | Strong Password Generator to create secure passwords that are impossible to crack on your device. |
檔案大小 | 879 KB |
安裝次數 | 119 |
目前版本 | 1.5.5 |
更新時間 | 2017-09-09 |
上架時間 | 2017-09-09 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Arun Kumar Sekar |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "1.5.5", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device.", "permissions": [], "icons": { "128": "if_key-icon_211087.png", "48": "if_key-icon_211087.png", "16": "if_key-icon_211087_small.png" }, "browser_action": { "default_icon": { "19": "if_key-icon_211087_small.png", "38": "if_key-icon_211087_small.png" }, "default_popup": "index.html", "default_title": "Strong Password Generator" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |