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.”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 funny roulette funny roulette
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
电子邮箱 [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"
    }
}