Password to text

Changes password type to text

ما هو Password to text؟

Password to text هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Changes password type to text".

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

screenshot

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

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

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

                        Allows you to unhide your password while you are typing it in, to make sure that there is not a typo.  

This will also allow you to see your password in chrome, in case you need the log in for a separate application, and can not remember what you entered.                    

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

الاسم Password to text Password to text
ID aoebcgakfaghjfeifibpggnelepdalhf
عنوان URL الرسمي https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf
الوصف Changes password type to text
حجم الملف 6.48 KB
عدد التثبيتات 112
النسخة الحالية 1
آخر تحديث 2019-09-27
تاريخ النشر 2019-09-26
تقييم 5.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password to text",
    "version": "1",
    "manifest_version": 2,
    "description": "Changes password type to text",
    "background": {
        "scripts": [
            "background.js"
        ],
        "icons": "32: icon.png",
        "credit": "Lock And Unlock Icon #10739<\/a>"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}