funny roulette
Register your name, spin the roulette and choose randomly.
funny rouletteとは何ですか?
funny rouletteはhttps://gitsunmin.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Register your name, spin the roulette and choose randomly.」です。
拡張機能のスクリーンショット
funny roulette拡張機能のCRXファイルをダウンロード
funny roulette拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It's a game where you pick one out of several people!
1. You can register people or objects.
- Write the name of the person or object in the Input and press Enter.
- You can delete a registered person or object by clicking its name.
- Use the Clear button to delete the names of all people or objects.
2. You can turn the roulette to pick a number with the same probability.
3. The name of the chosen person is enlarged.
issues: https://github.com/gitsunmin/Funny-Roulette/issues 拡張機能の基本情報
| 名前 | |
| ID | cpledbjbjnaekmdmmimfpdiffgmilbol |
| 公式URL | https://chromewebstore.google.com/detail/funny-roulette/cpledbjbjnaekmdmmimfpdiffgmilbol |
| 説明 | Register your name, spin the roulette and choose randomly. |
| ファイルサイズ | 224 KB |
| インストール数 | 41 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2023-07-23 |
| 公開日 | 2021-06-14 |
| 開発者 | https://gitsunmin.github.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/gitsunmin/funny-roulette |
| ヘルプページのURL | https://github.com/gitsunmin/funny-roulette/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "funny roulette",
"version": "1.0.2",
"description": "Register your name, spin the roulette and choose randomly.",
"author": "Gitsunmin",
"permissions": [
"storage",
"tts"
],
"action": {
"default_popup": "index.html"
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
} | |