Show Password

Show Password

ما هو Show Password؟

Show Password هو إضافة Chrome تم تطويرها بواسطة samhagin، والميزة الرئيسية لها هي "Show Password".

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

screenshot

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

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

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

                        This extension gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.                    

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

الاسم Show Password Show Password
ID gaichhcdflnpllpkmocfcbkbacefiank
عنوان URL الرسمي https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank
الوصف Show Password
حجم الملف 36.15 KB
عدد التثبيتات 6,000
النسخة الحالية 1.0
آخر تحديث 2013-08-20
تاريخ النشر 2013-08-20
تقييم 4.27/5 مجموع تقييمات 30
المطور samhagin
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "description": "Show Password",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.showPassword.min.js",
                "showPassword.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "6",
    "manifest_version": 2,
    "name": "Show Password",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.0"
}