Password to text
Changes password type to text
Password to text क्या है?
Password to text Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes password type to text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Password to text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows you to unhide your password while you are typing it in, to make sure that there is not a typo. This will also allow you to see your password in chrome, in case you need the log in for a separate application, and can not remember what you entered.
एक्सटेंशन की मूल जानकारी
नाम | Password to text |
ID | aoebcgakfaghjfeifibpggnelepdalhf |
आधिकारिक URL | https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf |
विवरण | Changes password type to text |
फ़ाइल का आकार | 6.48 KB |
स्थापना संख्या | 112 |
वर्तमान संस्करण | 1 |
अंतिम अपडेट | 2019-09-27 |
प्रकाशन तिथि | 2019-09-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password to text", "version": "1", "manifest_version": 2, "description": "Changes password type to text", "background": { "scripts": [ "background.js" ], "icons": "32: icon.png", "credit": "Lock And Unlock Icon #10739<\/a>" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ] } |