Show password
Ability to show passwords in input fields!
ما هو Show password؟
Show password هو إضافة Chrome تم تطويرها بواسطة https://zerfl.com، والميزة الرئيسية لها هي "Ability to show passwords in input fields!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Show password
قم بتنزيل ملفات الامتداد Show password بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unmask all password fields on any site!
Version 1.01:
* Fixed error when using the "Show password" button multiple times معلومات أساسية عن التمديد
| الاسم | |
| ID | bhdnhgkhmoeacgcfkokmoidaedlblgho |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/show-password/bhdnhgkhmoeacgcfkokmoidaedlblgho |
| الوصف | Ability to show passwords in input fields! |
| حجم الملف | 12.84 KB |
| عدد التثبيتات | 1,824 |
| النسخة الحالية | 1.01 |
| آخر تحديث | 2018-12-30 |
| تاريخ النشر | 2018-12-30 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | https://zerfl.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Show password",
"version": "1.01",
"description": "Ability to show passwords in input fields!",
"permissions": [
"declarativeContent",
"activeTab"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"page_action": {
"default_popup": "popup.html"
},
"manifest_version": 2,
"icons": {
"32": "icon32.png",
"64": "icon64.png",
"96": "icon96.png",
"128": "icon128.png"
}
} | |