Reveal
Context menu extension to view auto completed hidden password.
Wat is Reveal?
Reveal is een Chrome-extensie ontwikkeld door Shiv, en de belangrijkste functie is "Context menu extension to view auto completed hidden password.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reveal
Download Reveal-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
How many times have you forgotten the password saved by google passwords and have to manually logout or request for a new one without knowing how to view the hidden password? Reveal will help you make the hidden password visible. Simply right click on the password input field and chose 'Reveal password'.
Basisinformatie over de Extensie
Naam | Reveal |
ID | coickbnhchmdngjabciaimhdhnbgnpef |
Officiële URL | https://chromewebstore.google.com/detail/reveal/coickbnhchmdngjabciaimhdhnbgnpef |
Beschrijving | Context menu extension to view auto completed hidden password. |
Bestandsgrootte | 182 KB |
Aantal Installaties | 7,788 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-03-03 |
Publicatiedatum | 2020-02-29 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Shiv |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reveal", "description": "Context menu extension to view auto completed hidden password.", "version": "1.0", "author": "Shivkanthb", "permissions": [ "contextMenus", "activeTab" ], "icons": { "16": "images\/eyecon-16x16.png", "48": "images\/eyecon-48x48.png", "72": "images\/eyecon-72x72.png", "128": "images\/eyecon-128x128.png" }, "background": { "scripts": [ "scripts\/event.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/content_script.js" ] } ] } |