Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

ما هو Password Reveal؟

Password Reveal هو إضافة Chrome تم تطويرها بواسطة https://suarezluis.com، والميزة الرئيسية لها هي "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Password Reveal

قم بتنزيل ملفات الامتداد Password Reveal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

معلومات أساسية عن التمديد

الاسم Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
عنوان URL الرسمي https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
الوصف One click password reveal. Just click the icon and any password that is hidden will become legible text.
حجم الملف 7.59 KB
عدد التثبيتات 815
النسخة الحالية 1.0
آخر تحديث 2019-01-08
تاريخ النشر 2019-01-07
تقييم 5.00/5 مجموع تقييمات 3
المطور https://suarezluis.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}