Input Type Text

Display all passwords in clear text.

ما هو Input Type Text؟

Input Type Text هو إضافة Chrome تم تطويرها بواسطة cmmn.nighthawk، والميزة الرئيسية لها هي "Display all passwords in clear text.".

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

screenshot

تحميل ملف CRX للإضافة Input Type Text

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

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

                        The idea for this app was originally conceived of, somewhat mischievously, as a way to teach a lesson about web security to people that store their passwords in the browser.

But hopefully it can be helpful for other use cases!                    

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

الاسم Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
عنوان URL الرسمي https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
الوصف Display all passwords in clear text.
حجم الملف 3.18 KB
عدد التثبيتات 57
النسخة الحالية 0.4
آخر تحديث 2016-06-04
تاريخ النشر 2016-06-03
المطور cmmn.nighthawk
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Input Type Text",
    "description": "Display all passwords in clear text.",
    "version": "0.4",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "js.js"
            ]
        }
    ]
}