Name Generator
Easy way to generate random names and save them for a later use!
什么是Name Generator?
Name Generator是由Llittle Fox Team开发的Chrome扩展程序,该扩展的主要功能是“Easy way to generate random names and save them for a later use!”。
扩展截图
下载Name Generator扩展crx文件
下载Name Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面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"
} | |