un-password
simple way to reveal password inputs on chrome - for lazies
ما هو un-password؟
un-password هو إضافة Chrome تم تطويرها بواسطة denolk، والميزة الرئيسية لها هي "simple way to reveal password inputs on chrome - for lazies".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة un-password
قم بتنزيل ملفات الامتداد un-password بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        simple way to reveal password inputs on chrome - for lazies
just double-click on the password input.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | lijhhlnbdhacjpefglmoblkpekegmfdd | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd | 
| الوصف | simple way to reveal password inputs on chrome - for lazies | 
| حجم الملف | 14.09 KB | 
| عدد التثبيتات | 17 | 
| النسخة الحالية | 1.0.2 | 
| آخر تحديث | 2018-09-02 | 
| تاريخ النشر | 2018-09-01 | 
| المطور | denolk | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://github.com/ozgend/un-password | 
| عنوان صفحة المساعدة | https://github.com/ozgend/un-password | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "un-password",
    "author": "denolk",
    "description": "simple way to reveal password inputs on chrome - for lazies",
    "version": "1.0.2",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}  |  |