paGen
Password Generator. Easy. Simple.
ما هو paGen؟
paGen هو إضافة Chrome تم تطويرها بواسطة http://emotionloop.com، والميزة الرئيسية لها هي "Password Generator. Easy. Simple.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة paGen
قم بتنزيل ملفات الامتداد paGen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
paGen is a Google Chrome extension, that will help you by generating random passwords. We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one. It has a simple and easy to use interface. You can get its source at https://github.com/emotionLoop/paGen
معلومات أساسية عن التمديد
الاسم | |
ID | eligfkfpdmeloopcoighgpdgedhnoool |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool |
الوصف | Password Generator. Easy. Simple. |
حجم الملف | 25.17 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2013-01-14 |
تاريخ النشر | 2013-01-14 |
المطور | http://emotionloop.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://emotionloop.com |
عنوان صفحة المساعدة | http://support.emotionloop.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.0", "manifest_version": 2, "description": "__MSG_description__", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "icon.png" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon.png" }, "default_locale": "en", "incognito": "split" } |