Password Toggler - view typed passwords
Adds button to show/hide password in input elements
Password Toggler - view typed passwords क्या है?
Password Toggler - view typed passwords pckltr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds button to show/hide password in input elements"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Password Toggler - view typed passwords एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a button near password inputs to show/hide the typed password. It's useful if you want to check if you typed the password correctly. Contribute: https://github.com/pckltr/password-toggler Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1
एक्सटेंशन की मूल जानकारी
नाम | Password Toggler - view typed passwords |
ID | noeijkpjmgcnaoccgnfccfemmgbefnic |
आधिकारिक URL | https://chromewebstore.google.com/detail/password-toggler-view-typ/noeijkpjmgcnaoccgnfccfemmgbefnic |
विवरण | Adds button to show/hide password in input elements |
फ़ाइल का आकार | 12.77 KB |
स्थापना संख्या | 963 |
वर्तमान संस्करण | 1.3.2 |
अंतिम अपडेट | 2017-05-05 |
प्रकाशन तिथि | 2017-05-05 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | pckltr |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pckltr/password-toggler |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Toggler - view typed passwords", "short_name": "passTogg", "description": "Adds button to show\/hide password in input elements", "version": "1.3.2", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ] } ] } |