Strong Password Generator
Strong Password Generator to create secure passwords that are impossible to crack on your device.
Strong Password Generator क्या है?
Strong Password Generator Arun Kumar Sekar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Strong Password Generator to create secure passwords that are impossible to crack on your device."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Strong Password Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across the Internet, and learn over 30 tricks to keep your passwords, accounts and documents safe.
एक्सटेंशन की मूल जानकारी
नाम | Strong Password Generator |
ID | mbkohgkhedaeabjolobelbiomcchdenc |
आधिकारिक URL | https://chromewebstore.google.com/detail/strong-password-generator/mbkohgkhedaeabjolobelbiomcchdenc |
विवरण | Strong Password Generator to create secure passwords that are impossible to crack on your device. |
फ़ाइल का आकार | 879 KB |
स्थापना संख्या | 119 |
वर्तमान संस्करण | 1.5.5 |
अंतिम अपडेट | 2017-09-09 |
प्रकाशन तिथि | 2017-09-09 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Arun Kumar Sekar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "1.5.5", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device.", "permissions": [], "icons": { "128": "if_key-icon_211087.png", "48": "if_key-icon_211087.png", "16": "if_key-icon_211087_small.png" }, "browser_action": { "default_icon": { "19": "if_key-icon_211087_small.png", "38": "if_key-icon_211087_small.png" }, "default_popup": "index.html", "default_title": "Strong Password Generator" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |