Password Revealer with Keyboard Shortcut
View saved passwords with the click of a button
Wat is Password Revealer with Keyboard Shortcut?
Password Revealer with Keyboard Shortcut is een Chrome-extensie ontwikkeld door Sleek Panther, en de belangrijkste functie is "View saved passwords with the click of a button".
Extensie Screenshots
Download het CRX-bestand van de extensie Password Revealer with Keyboard Shortcut
Download Password Revealer with Keyboard Shortcut-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Password Revealer with Keyboard Shortcut |
ID | knbnoooohffobecbjfgemggdbmbhenpo |
Officiële URL | https://chromewebstore.google.com/detail/password-revealer-with-ke/knbnoooohffobecbjfgemggdbmbhenpo |
Beschrijving | View saved passwords with the click of a button |
Bestandsgrootte | 16.04 KB |
Aantal Installaties | 433 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-10-30 |
Publicatiedatum | 2020-04-09 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Sleek Panther |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/SleekPanther/password-revealer-with-keyboard-shortcut |
Help Pagina-URL | https://github.com/SleekPanther/password-revealer-with-keyboard-shortcut/issues |
URL van de Privacybeleid Pagina | https://github.com/SleekPanther/youtube-chronological-order/blob/master/privacy.md |
Ondersteunde Talen | 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": [ " |