Password Revealer with Keyboard Shortcut
View saved passwords with the click of a button
Password Revealer with Keyboard Shortcut क्या है?
Password Revealer with Keyboard Shortcut Sleek Panther द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View saved passwords with the click of a button"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Password Revealer with Keyboard Shortcut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Your browser remembers your password but you don't? Have no fear, it's easy to turn asterisks into text. Click the Extension icon to reveal passwords Alt+R Keyboard Shortcut
एक्सटेंशन की मूल जानकारी
नाम | Password Revealer with Keyboard Shortcut |
ID | knbnoooohffobecbjfgemggdbmbhenpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/password-revealer-with-ke/knbnoooohffobecbjfgemggdbmbhenpo |
विवरण | View saved passwords with the click of a button |
फ़ाइल का आकार | 16.04 KB |
स्थापना संख्या | 433 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2023-10-30 |
प्रकाशन तिथि | 2020-04-09 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Sleek Panther |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/SleekPanther/password-revealer-with-keyboard-shortcut |
सहायता पृष्ठ URL | https://github.com/SleekPanther/password-revealer-with-keyboard-shortcut/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/SleekPanther/youtube-chronological-order/blob/master/privacy.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Revealer with Keyboard Shortcut", "description": "View saved passwords with the click of a button", "version": "1.0.3", "version_name": "1.0.3", "browser_action": { "default_icon": "assets\/icons\/icon16.png", "default_title": "Alt+R (Reveal Password)" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |