MyPass
Generate different passwords for different sites with a single passphrase.
Vad är MyPass?
MyPass är en Chrome-tillägg utvecklad av Chen Yufei, och dess huvudfunktion är "Generate different passwords for different sites with a single passphrase.".
Tilläggsskärmbilder
Ladda ner MyPass-förlängningens CRX-fil
Ladda ner MyPass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | MyPass |
ID | pbaehcadchmngjeahmifjonliaaidgdj |
Officiell webbadress | https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj |
Beskrivning | Generate different passwords for different sites with a single passphrase. |
Filstorlek | 109 KB |
Antal Installationer | 58 |
Aktuell Version | 1.4.2 |
Senast Uppdaterad | 2014-03-26 |
Publiceringsdatum | 2014-03-26 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | Chen Yufei |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/cyfdecyf/mypass |
Hjälpsida URL | https://github.com/cyfdecyf/mypass/issues |
Stödda Språk | 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" ] } |