Show me my Password

Shows the masked password when you hover or choose on any control actions

Show me my Passwordคืออะไร?

Show me my Password เป็นส่วนขยายของ Chrome ที่พัฒนาโดย showmemypass และคุณลักษณะหลักของมันคือ "Shows the masked password when you hover or choose on any control actions"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show me my Password

ดาวน์โหลดไฟล์ส่วนขยาย Show me my Password ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of struggling to remember the password you've hidden behind those asterisks? Introducing "Show me my Password" - a Chrome extension designed to make your life easier by revealing your hidden passwords whenever you need them.

Key features:
1. Customizable reveal triggers: Choose from multiple triggers such as hover, double click, or pressing the Ctrl key to reveal your password.
2. User-friendly interface: Enjoy a seamless experience with a clean and straightforward design.
3. Quick access to options: Easily access and modify your settings with a simple click in the extension's popup.
4. Rate us button: Love our extension? Show your support by leaving a review on the Chrome Web Store.

How to use "Show me my Password":
1. Install the extension from the Chrome Web Store.
2. Click on the extension icon in your browser's toolbar to access the popup.
3. Choose your preferred password reveal trigger from the dropdown menu.
4. Navigate to any website with a password input field, and reveal your password using the selected trigger.

With "Show me my Password", you'll never have to worry about forgetting your password again. Download the extension today and experience the convenience of quickly revealing your hidden passwords!

Disclaimer: Please use this extension responsibly and only on websites and accounts you have permission to access. The developer is not responsible for any misuse or unauthorized access resulting from the use of this extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Show me my Password Show me my Password
ID dfceljbdhekaobkjdkhhenahffhmkolg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-me-my-password/dfceljbdhekaobkjdkhhenahffhmkolg
คำอธิบาย Shows the masked password when you hover or choose on any control actions
ขนาดไฟล์ 13.97 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-04-20
วันที่เผยแพร่ 2023-04-18
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา showmemypass
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show me my Password",
    "description": "Shows the masked password when you hover or choose on any control actions",
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}