Name Generator
Easy way to generate random names and save them for a later use!
ما هو Name Generator؟
Name Generator هو إضافة Chrome تم تطويرها بواسطة Llittle Fox Team، والميزة الرئيسية لها هي "Easy way to generate random names and save them for a later use!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Name Generator
قم بتنزيل ملفات الامتداد Name Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will generate random profiles using different external sources. You can also save generated data for a later use. Now extension supports the following sources: - Faker.js (https://github.com/marak/Faker.js/) - Random User Generator (https://randomuser.me/) - Random Profile (http://randomprofile.com/) - uinames.com (https://uinames.com/) Feel free to report any issues or suggest new features at GitHub: https://github.com/kondratyev-nv/name-genarator-extension/issues
معلومات أساسية عن التمديد
الاسم | Name Generator |
ID | ldkklmldmddiahpjfablcmabdfhodpbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/name-generator/ldkklmldmddiahpjfablcmabdfhodpbi |
الوصف | Easy way to generate random names and save them for a later use! |
حجم الملف | 445 KB |
عدد التثبيتات | 1,748 |
النسخة الحالية | 0.3.0 |
آخر تحديث | 2024-01-15 |
تاريخ النشر | 2020-06-18 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | Llittle Fox Team |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/kondratyev-nv/name-genarator-extension |
عنوان صفحة المساعدة | https://github.com/kondratyev-nv/name-genarator-extension/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Name Generator", "description": "Easy way to generate random names and save them for a later use!", "version": "0.3.0", "action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/randomuser.me\/api\/*", "https:\/\/uinames.com\/api\/*", "http:\/\/randomprofile.com\/api\/*" ], "short_name": "Name Generator" } |