ShowMEpassword
Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…
ما هو ShowMEpassword؟
ShowMEpassword هو إضافة Chrome تم تطويرها بواسطة Aregeno، والميزة الرئيسية لها هي "Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ShowMEpassword
قم بتنزيل ملفات الامتداد ShowMEpassword بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the page with the save password and click on the key Icon!
معلومات أساسية عن التمديد
الاسم | |
ID | ceahkoegcgkdipgdaapmjdnhfefbpola |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/showmepassword/ceahkoegcgkdipgdaapmjdnhfefbpola |
الوصف | Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the… |
حجم الملف | 5.16 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 2.0 |
آخر تحديث | 2015-07-09 |
تاريخ النشر | 2015-07-09 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Aregeno |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShowMEpassword", "version": "2.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Show me the password!" }, "icons": { "128": "icon.png" }, "manifest_version": 2 } |