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 |
| Eメール | [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"
} | |