Show Password - View password behind dots

View password behind asterisks when hovering over password field.

Show Password - View password behind dotsคืออะไร?

Show Password - View password behind dots เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Show Hidden Passwords และคุณลักษณะหลักของมันคือ "View password behind asterisks when hovering over password field."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Password - View password behind dots

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

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

                        See a password in your browser instead of dots or asterisks.

Do you want to see what characters you enter in the password field or have you forgotten the password that you previously saved in your browser? Asking yourself: How to view a password behind the asterisks in a browser?

This extension will display password in plain text when you hover over the password field.

In the extension's settings, you can change the parameters with which the password will be viewed behind asterisks:

- When you hovering over the field
- Double click on the password field
- Show password on focus
- Show password when pressing CTRL key

Read our blog - https://www.hashtap.com/@showpassword                    

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

ชื่อ Show Password - View password behind dots Show Password - View password behind dots
ID ahlkbflifcnfejklnpbgelhdenahlhon
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/show-password/ahlkbflifcnfejklnpbgelhdenahlhon
คำอธิบาย View password behind asterisks when hovering over password field.
ขนาดไฟล์ 61.79 KB
จำนวนการติดตั้ง 3,444
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-10-10
วันที่เผยแพร่ 2021-09-27
คะแนน 4.90/5 รวมทั้งหมด 78 คะแนน
ผู้พัฒนา Show Hidden Passwords
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hashtap.com/@showpassword
URL หน้าช่วยเหลือ https://www.hashtap.com/@showpassword
URL หน้านโยบายความเป็นส่วนตัว https://www.hashtap.com/p/rEMd5PEWyKwN
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1.0",
    "default_locale": "en",
    "incognito": "split",
    "author": "Show Hidden Password",
    "homepage_url": "https:\/\/www.hashtap.com\/@showpassword",
    "offline_enabled": true,
    "container": [
        "GOOGLE_DRIVE"
    ],
    "icons": {
        "16": "images\/icons\/16x16.png",
        "20": "images\/icons\/20x20.png",
        "24": "images\/icons\/24x24.png",
        "32": "images\/icons\/32x32.png",
        "48": "images\/icons\/48x48.png",
        "64": "images\/icons\/64x64.png",
        "80": "images\/icons\/80x80.png",
        "128": "images\/icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16x16.png",
            "20": "images\/icons\/20x20.png",
            "24": "images\/icons\/24x24.png",
            "32": "images\/icons\/32x32.png"
        }
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}