The Password Genie
Instant and secure password generator, the extension is safe and open source
The Password Genie क्या है?
The Password Genie Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant and secure password generator, the extension is safe and open source"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Password Genie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Instant and Secure password generator.
एक्सटेंशन की मूल जानकारी
नाम | The Password Genie |
ID | ccdnljkkehejmcfnmifnkpnodlikdehg |
आधिकारिक URL | https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg |
विवरण | Instant and secure password generator, the extension is safe and open source |
फ़ाइल का आकार | 193 KB |
स्थापना संख्या | 171 |
वर्तमान संस्करण | 1.4.4 |
अंतिम अपडेट | 2018-05-07 |
प्रकाशन तिथि | 2018-05-07 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://nourabusoud.github.io/password-genie/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Password Genie", "version": "1.4.4", "manifest_version": 2, "description": "Instant and secure password generator, the extension is safe and open source", "icons": { "16": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]", "512": "images\/[email protected]", "1024": "images\/[email protected]" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "16": "images\/[email protected]", "48": "images\/[email protected]" }, "default_title": "The Password Genie", "default_popup": "popup.html" } } |