Safe Password Generator
Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI.
Safe Password Generator क्या है?
Safe Password Generator Andrey Gadyukov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Safe Password Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts. Safe Password Generator is done client-side, on your computer. These passwords are never shared with third party. This extension uses W3C Crypto API to generate hardened passwords. The extension built completely with Material Design. It makes it look cleaner, user-friendly and modern. Changelog: v0.4.1 (12/17/2017): - Minimum Chrome version is 49 (for security reasons). - Reduced the extension size by 26.5% (now it's more lightweight). - Some UI improvements. v0.3 (8/6/2017): - Some UI improvements. - New copy feature. - Less package size. - Memory usage reducing.
एक्सटेंशन की मूल जानकारी
नाम | Safe Password Generator |
ID | iehmeaphkomiijphkppaflcoabbchhai |
आधिकारिक URL | https://chromewebstore.google.com/detail/safe-password-generator/iehmeaphkomiijphkppaflcoabbchhai |
विवरण | Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI. |
फ़ाइल का आकार | 61.41 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 0.4.1 |
अंतिम अपडेट | 2017-12-18 |
प्रकाशन तिथि | 2017-12-18 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Andrey Gadyukov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Safe Password Generator", "description": "Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI.", "version": "0.4.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "minimum_chrome_version": "49" } |