Passphrase
Chrome Extension for Random passphrase Generation
ما هو Passphrase؟
Passphrase هو إضافة Chrome تم تطويرها بواسطة kvaishak، والميزة الرئيسية لها هي "Chrome Extension for Random passphrase Generation".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Passphrase
قم بتنزيل ملفات الامتداد Passphrase بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With Just a click of a button you can generate passphrases, secure enought yet memorable for password creation, which are easier to remember than a random string. "Through 20 years of effort, we've successfully trained everyone to use passwords that are hard for humans to remember, but easy for computers to guess." - XKDC All passphrases generated are done so in your browser, without anything being sent to our server. Why use a memorable password? -> https://xkcd.com/936/
معلومات أساسية عن التمديد
الاسم | Passphrase |
ID | dmdajbcffmnegdflmhcikhmaagmdknhj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/passphrase/dmdajbcffmnegdflmhcikhmaagmdknhj |
الوصف | Chrome Extension for Random passphrase Generation |
حجم الملف | 59.19 KB |
عدد التثبيتات | 64 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-12-15 |
تاريخ النشر | 2020-12-14 |
المطور | kvaishak |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/kvaishak/passphrase |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Passphrase", "description": "Chrome Extension for Random passphrase Generation", "manifest_version": 2, "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |