随机抽签器
支持两种抽签方式:1,多人中随机抽取一人;2,多人随机排序。程序采用多次随机算法,保证结果客观公正。
What is 随机抽签器?
随机抽签器 is a Chrome extension developed by bilingkeji, and its main feature is "支持两种抽签方式:1,多人中随机抽取一人;2,多人随机排序。程序采用多次随机算法,保证结果客观公正。".
Extension Screenshots
Download 随机抽签器 Extension CRX File
Download 随机抽签器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
简介:支持两种抽签方式:1,多人中随机抽取一人;2,多人随机排序。程序采用多次随机算法,保证结果客观公正。 功能说明:提供了两种抽签方式: 1.从多人中抽取一人 2.对多人进行排序 程序采用多次随机算法,保证结果客观公正。
Extension Basic Information
Name | 随机抽签器 |
ID | ldlabgfidopfkhbdfaanbihnjnkijikj |
Official URL | https://chromewebstore.google.com/detail/%E9%9A%8F%E6%9C%BA%E6%8A%BD%E7%AD%BE%E5%99%A8/ldlabgfidopfkhbdfaanbihnjnkijikj |
Description | 支持两种抽签方式:1,多人中随机抽取一人;2,多人随机排序。程序采用多次随机算法,保证结果客观公正。 |
File Size | 23.4 KB |
Installation Count | 1,011 |
Current Version | 1.16 |
Last Updated | 2017-11-22 |
Publish Date | 2017-11-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | bilingkeji |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u968f\u673a\u62bd\u7b7e\u5668", "description": "\u652f\u6301\u4e24\u79cd\u62bd\u7b7e\u65b9\u5f0f\uff1a1\uff0c\u591a\u4eba\u4e2d\u968f\u673a\u62bd\u53d6\u4e00\u4eba\uff1b2\uff0c\u591a\u4eba\u968f\u673a\u6392\u5e8f\u3002\u7a0b\u5e8f\u91c7\u7528\u591a\u6b21\u968f\u673a\u7b97\u6cd5\uff0c\u4fdd\u8bc1\u7ed3\u679c\u5ba2\u89c2\u516c\u6b63\u3002", "version": "1.16", "browser_action": { "default_icon": "icon32.png", "default_popup": "chouqian.html" }, "icons": { "16": "icon16.png", "128": "icon128.png" } } |