Offline Password Generator
Generate random passwords that are highly secured
ما هو Offline Password Generator؟
Offline Password Generator هو إضافة Chrome تم تطويرها بواسطة Ivan Ivanenko، والميزة الرئيسية لها هي "Generate random passwords that are highly secured".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Offline Password Generator
قم بتنزيل ملفات الامتداد Offline Password Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Offline Password generates random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters. You can choose password length.
معلومات أساسية عن التمديد
الاسم | |
ID | oebajlmokanlllbjpmadgjohjgmbeiio |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio |
الوصف | Generate random passwords that are highly secured |
حجم الملف | 146 KB |
عدد التثبيتات | 55 |
النسخة الحالية | 1.3 |
آخر تحديث | 2012-11-26 |
تاريخ النشر | 2012-11-26 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Ivan Ivanenko |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline Password Generator", "version": "1.3", "manifest_version": 2, "description": "Generate random passwords that are highly secured", "browser_action": { "default_icon": "images\/32.png", "default_popup": "popup.html" }, "icons": { "128": "images\/128.png", "32": "images\/32.png", "48": "images\/48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "res\/jquery-1.8.3.js", "logic.js" ], "css": [ "res\/bootstrap.min.css", "res\/bootstrap-responsive.min.css" ] } ] } |