Name Generator
Easy way to generate random names and save them for a later use!
Name Generator क्या है?
Name Generator Llittle Fox Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy way to generate random names and save them for a later use!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Name Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
ईमेल | littlefoxteam@gmail.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kondratyev-nv/name-genarator-extension |
सहायता पृष्ठ URL | 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" } |