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