Password Chameleon
Password Generator
ما هو Password Chameleon؟
Password Chameleon هو إضافة Chrome تم تطويرها بواسطة https://passwordchameleon.com، والميزة الرئيسية لها هي "Password Generator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Password Chameleon
قم بتنزيل ملفات الامتداد Password Chameleon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Password Chameleon provides a unique, secure password for every website you visit.
Simply enter your secret password and Password Chameleon will generate a password for you and copy it to the clipboard.
- Passwords are never stored or sent over the internet.
- Passwords are 10 characters and always contain numbers, letters and punctuation.
- Password Chameleon is also available for your smartphone or computer.
Visit the Password Chameleon website for more information. معلومات أساسية عن التمديد
| الاسم | |
| ID | ihgpfjkeignaegoghdopjncdahgilfnc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/password-chameleon/ihgpfjkeignaegoghdopjncdahgilfnc |
| الوصف | Password Generator |
| حجم الملف | 20.1 KB |
| عدد التثبيتات | 1,154 |
| النسخة الحالية | 1.6.1 |
| آخر تحديث | 2021-04-19 |
| تاريخ النشر | 2013-06-16 |
| تقييم | 3.30/5 مجموع تقييمات 10 |
| المطور | https://passwordchameleon.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://passwordchameleon.com |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Password Chameleon",
"version": "1.6.1",
"manifest_version": 2,
"description": "Password Generator",
"homepage_url": "http:\/\/passwordchameleon.com",
"icons": {
"16": "ChameleonIcon_16x16.png",
"48": "ChameleonIcon_48x48.png",
"128": "ChameleonIcon_128x128.png"
},
"browser_action": {
"default_icon": "ChameleonIcon_19x19.png",
"default_title": "Password Chameleon",
"default_popup": "popup.html"
},
"offline_enabled": true,
"permissions": [
"tabs",
"clipboardWrite"
]
} | |