Password Revealer

Reveals the value of all password fields on the current page. Great for trying to remember what your password is.

Password Revealer क्या है?

Password Revealer Joel Saupe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reveals the value of all password fields on the current page. Great for trying to remember what your password is."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Password Revealer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Password Revealer will reveal the text behind the hidden password fields. This is great if you always forget what your password is and you can't remember what all those '*******' mean.                    

एक्सटेंशन की मूल जानकारी

नाम Password Revealer Password Revealer
ID ciimjfgcajblmnjlcgopeflnjdknekkd
आधिकारिक URL https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd
विवरण Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
फ़ाइल का आकार 7.7 KB
स्थापना संख्या 11,999
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-11-16
प्रकाशन तिथि 2015-11-16
रेटिंग 4.10/5 कुल 20 रेटिंग्स
डेवलपर Joel Saupe
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Revealer",
    "description": "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "unlock-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}