Show Password Text

Shows text in password input

Qu'est-ce que Show Password Text ?

Show Password Text est une extension Chrome développée par Dima PM, et sa fonction principale est "Shows text in password input".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show Password Text

Téléchargez les fichiers d'extension Show Password Text 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

                        Shows text entered in password input by using context menu.                    

Informations de Base sur l'Extension

Nom Show Password Text Show Password Text
ID nbnpfhgiaplhmklolpaealfkdpfmbbpb
URL Officiel https://chromewebstore.google.com/detail/show-password-text/nbnpfhgiaplhmklolpaealfkdpfmbbpb
Description Shows text in password input
Taille du Fichier 25.47 KB
Nombre d'Installations 469
Version Actuelle 0.2
Dernière Mise à Jour 2016-10-30
Date de Publication 2016-10-30
Développeur Dima PM
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Show Password Text",
    "version": "0.2",
    "description": "Shows text in password input",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}