MyPass
Generate different passwords for different sites with a single passphrase.
什麼是MyPass?
MyPass是由Chen Yufei開發的Chrome擴展程式,該擴展的主要功能是“Generate different passwords for different sites with a single passphrase.”。
擴展截圖
下載MyPass擴展crx文件
下載MyPass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generate different passwords for different sites with a single passphrase. The password generation algorithm is the same as One Shall Pass (https://oneshallpass.com). There's also an iOS optimized version http://chenyufei.info/p/mypass/ios.html
擴展基本資訊
名稱 | MyPass |
ID | pbaehcadchmngjeahmifjonliaaidgdj |
官方網址 | https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj |
簡介 | Generate different passwords for different sites with a single passphrase. |
檔案大小 | 109 KB |
安裝次數 | 58 |
目前版本 | 1.4.2 |
更新時間 | 2014-03-26 |
上架時間 | 2014-03-26 |
評分 | 4.00/5 共 1 次評分 |
開發者 | Chen Yufei |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/cyfdecyf/mypass |
說明頁面URL | https://github.com/cyfdecyf/mypass/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyPass", "description": "Generate different passwords for different sites with a single passphrase.", "version": "1.4.2", "icons": { "128": "icon-128.png" }, "browser_action": { "default_icon": { "19": "icon-19.png", "38": "icon-38.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ] } |