Password Revealer
Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
ما هو Password Revealer؟
Password Revealer هو إضافة Chrome تم تطويرها بواسطة Joel Saupe، والميزة الرئيسية لها هي "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Password Revealer
قم بتنزيل ملفات الامتداد Password Revealer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Password Revealer will reveal the text behind the hidden password fields. This is great if you always forget what your password is and you can't remember what all those '*******' mean.
معلومات أساسية عن التمديد
الاسم | Password Revealer |
ID | ciimjfgcajblmnjlcgopeflnjdknekkd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd |
الوصف | Reveals the value of all password fields on the current page. Great for trying to remember what your password is. |
حجم الملف | 7.7 KB |
عدد التثبيتات | 11,999 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-11-16 |
تاريخ النشر | 2015-11-16 |
تقييم | 4.10/5 مجموع تقييمات 20 |
المطور | Joel Saupe |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Revealer", "description": "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.", "version": "1.0", "browser_action": { "default_icon": "unlock-icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |