The Password Genie
Instant and secure password generator, the extension is safe and open source
ما هو The Password Genie؟
The Password Genie هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Instant and secure password generator, the extension is safe and open source".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Password Genie
قم بتنزيل ملفات الامتداد The Password Genie بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instant and Secure password generator.
معلومات أساسية عن التمديد
الاسم | The Password Genie |
ID | ccdnljkkehejmcfnmifnkpnodlikdehg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg |
الوصف | Instant and secure password generator, the extension is safe and open source |
حجم الملف | 193 KB |
عدد التثبيتات | 171 |
النسخة الحالية | 1.4.4 |
آخر تحديث | 2018-05-07 |
تاريخ النشر | 2018-05-07 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://nourabusoud.github.io/password-genie/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Password Genie", "version": "1.4.4", "manifest_version": 2, "description": "Instant and secure password generator, the extension is safe and open source", "icons": { "16": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]", "512": "images\/[email protected]", "1024": "images\/[email protected]" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "16": "images\/[email protected]", "48": "images\/[email protected]" }, "default_title": "The Password Genie", "default_popup": "popup.html" } } |