Password Generator
Password Generator - simple, secure, one-click password generator
ما هو Password Generator؟
Password Generator هو إضافة Chrome تم تطويرها بواسطة Yurii Luchkiv، والميزة الرئيسية لها هي "Password Generator - simple, secure, one-click password generator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Password Generator
قم بتنزيل ملفات الامتداد Password Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Generate a random secure password in one click The generator adds generated password to the dedicated field and copies it to the clipboard You can specify: — length of password — used chars: lowercase, uppercase, digits, and special characters — excluded chars — hexadecimal only Password configuration preferences are stored Passwords history is stored ChangeLog: Version 1.0.0 on 19.07.2023: — First release
معلومات أساسية عن التمديد
الاسم | Password Generator |
ID | nbnjbddbbcnnlceoglkfoolmknejieoi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi |
الوصف | Password Generator - simple, secure, one-click password generator |
حجم الملف | 336 KB |
عدد التثبيتات | 1,612 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-07-11 |
تاريخ النشر | 2023-07-11 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | Yurii Luchkiv |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Password Generator", "version": "1.0.0", "description": "Password Generator - simple, secure, one-click password generator", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "action": { "default_popup": "popup.html", "default_title": "Password Generator", "default_icon": "assets\/icons\/128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" } } |