Offline Password Generator
Generate random passwords that are highly secured
什麼是Offline Password Generator?
Offline Password Generator是由Ivan Ivanenko開發的Chrome擴展程式,該擴展的主要功能是“Generate random passwords that are highly secured”。
擴展截圖
下載Offline Password Generator擴展crx文件
下載Offline Password Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Offline Password generates random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters. You can choose password length.
擴展基本資訊
名稱 | |
ID | oebajlmokanlllbjpmadgjohjgmbeiio |
官方網址 | https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio |
簡介 | Generate random passwords that are highly secured |
檔案大小 | 146 KB |
安裝次數 | 55 |
目前版本 | 1.3 |
更新時間 | 2012-11-26 |
上架時間 | 2012-11-26 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Ivan Ivanenko |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline Password Generator", "version": "1.3", "manifest_version": 2, "description": "Generate random passwords that are highly secured", "browser_action": { "default_icon": "images\/32.png", "default_popup": "popup.html" }, "icons": { "128": "images\/128.png", "32": "images\/32.png", "48": "images\/48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "res\/jquery-1.8.3.js", "logic.js" ], "css": [ "res\/bootstrap.min.css", "res\/bootstrap-responsive.min.css" ] } ] } |