Show Password

Show passwords easily by double clicking on it!

Show Password क्या है?

Show Password aabomukh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show passwords easily by double clicking on it!"।

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

screenshot
screenshot

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

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

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

                        Have you ever deleted your password completely just because you typed a wrong letter ? Or tried to remember a saved password which already typed in the password field ?

This extension gives you the ability to show your passwords by double-clicking on the password fields, and it hides it either by double-clicking again or when you move the mouse away from password fields. 

The extension is completely secure, and all it does is just changing the view locally.

Note: Icon made by Freepik from www.flaticon.com.

Feel free to contact us with any question or feedback.                    

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

नाम Show Password Show Password
ID fkkifgmeehfndalmegnbagknaeeacjdk
आधिकारिक URL https://chromewebstore.google.com/detail/show-password/fkkifgmeehfndalmegnbagknaeeacjdk
विवरण Show passwords easily by double clicking on it!
फ़ाइल का आकार 12.13 KB
स्थापना संख्या 330
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-02-04
प्रकाशन तिथि 2021-01-30
रेटिंग 4.78/5 कुल 9 रेटिंग्स
डेवलपर aabomukh
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Password",
    "version": "1.0",
    "description": "Show passwords easily by double clicking on it!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon64.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Developed by Ahmad Abo-Mukh",
        "default_popup": "popup.html"
    }
}