MyPass
Generate different passwords for different sites with a single passphrase.
MyPass क्या है?
MyPass Chen Yufei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate different passwords for different sites with a single passphrase."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MyPass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } |