Reveal

Context menu extension to view auto completed hidden password.

Qu'est-ce que Reveal ?

Reveal est une extension Chrome développée par Shiv, et sa fonction principale est "Context menu extension to view auto completed hidden password.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Reveal

Téléchargez les fichiers d'extension Reveal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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'.                    

Informations de Base sur l'Extension

Nom Reveal Reveal
ID coickbnhchmdngjabciaimhdhnbgnpef
URL Officiel https://chromewebstore.google.com/detail/reveal/coickbnhchmdngjabciaimhdhnbgnpef
Description Context menu extension to view auto completed hidden password.
Taille du Fichier 182 KB
Nombre d'Installations 7,788
Version Actuelle 1.0
Dernière Mise à Jour 2020-03-03
Date de Publication 2020-02-29
Évaluation 4.40/5 Total 5 Évaluations
Développeur Shiv
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}