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 |
| 官方網址 | 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"
} | |