Password Generator
The Password Generator app allows you to generate a password of any complexity with just one click.
ما هو Password Generator؟
Password Generator هو إضافة Chrome تم تطويرها بواسطة Happy - Cool، والميزة الرئيسية لها هي "The Password Generator app allows you to generate a password of any complexity with just one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Password Generator
قم بتنزيل ملفات الامتداد Password Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you need to generate a complex, non-standard password? Then this application is exactly what you need! Thanks to our application, you can generate a password of any complexity in just one click. You can generate a password specifically for your needs, with certain settings. Upper case - you can use the "Upper case" option if your password must contain capital letters. If your password should not contain them, simply disable this option. Lowercase - just like Uppercase letters, you can activate or deactivate the option to include letters lowercase. Numbers - if your password must contain numbers, you only need to select this option. If this option is enabled, your password will contain the same numbers. Symbols - Symbols in your password will make it even more secure and harder to crack. If you enable this option, attackers it will take much longer to overcome this protection. When the password is ready, all you need to do is simply move the mouse cursor over the generated password and click the left mouse button when the "copy" icon appears. Done, now you can paste the password into the input field. The advantages of using password generation with our program are obvious: speed, reliability, variability, optional, easy to set up and use.
معلومات أساسية عن التمديد
الاسم | Password Generator |
ID | johhnichafmedjmhkolefmgkkmbnlpen |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/password-generator/johhnichafmedjmhkolefmgkkmbnlpen |
الوصف | The Password Generator app allows you to generate a password of any complexity with just one click. |
حجم الملف | 96.82 KB |
عدد التثبيتات | 112 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2023-10-24 |
تاريخ النشر | 2022-02-07 |
المطور | Happy - Cool |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/happy-cool-1/privacy |
اللغات المدعومة | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "action": { "default_icon": "assets\/icons\/icon32.png", "default_popup": "index.html", "icons": { "128": "assets\/icons\/icon128.png", "256": "assets\/icons\/icon256.png", "32": "assets\/icons\/icon32.png", "64": "assets\/icons\/icon64.png" }, "name": "__MSG_app_name__" }, "background": { "service_worker": "service.js" }, "default_locale": "en", "description": "__MSG_app_description__", "externally_connectable": { "matches": [ "*:\/\/*.fun-addons.com\/*" ] }, "icons": { "128": "assets\/icons\/icon128.png", "256": "assets\/icons\/icon256.png", "32": "assets\/icons\/icon32.png", "64": "assets\/icons\/icon64.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjP1Cec259+9jwmUeSS1gGHMUxnjJ\/KfOzfGemOTkbUhX4hyAaOkRjHKd\/YmADrMcPCFeOD28clWrQSsFyNvCFtrahfkzu7HeZ8vVPROAoUBkwDkcCibXmI2HABYSrka0SChQgt1Yokz\/P9qJzFFYNbgUdTPvmiheZjaf+Tu5i3Ca8uskOVYtGidyj27ieuB59eYMWWHa3PBpuO9pze1sySt9q0zJCvUq8gCl0NSfXiszYGSdDO06fhv73c++3zCAuFs7yuXhBKi9ksGAYivdlGdxqoNMew5Ta7gfNyaKoD1cfLhnuFQXxkdgP4IEKTJ5OieasOjuEBo6p1xbXyomRwIDAQAB", "manifest_version": 3, "name": "__MSG_app_name__", "permissions": [ "storage", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |