Password revealer
Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.
ما هو Password revealer؟
Password revealer هو إضافة Chrome تم تطويرها بواسطة jonathan.svarden، والميزة الرئيسية لها هي "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Password revealer
قم بتنزيل ملفات الامتداد Password revealer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | ekgbhfcaocclbckaiodiegejdinnndja |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja |
| الوصف | Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling. |
| حجم الملف | 15.35 KB |
| عدد التثبيتات | 967 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2014-03-30 |
| تاريخ النشر | 2014-03-30 |
| تقييم | 4.38/5 مجموع تقييمات 8 |
| المطور | jonathan.svarden |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Password revealer",
"version": "0.1",
"description": "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"revealext.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |