List Randomizer
Picks a random item from a list.
什么是List Randomizer?
List Randomizer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Picks a random item from a list.”。
扩展截图
下载List Randomizer扩展crx文件
下载List Randomizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This friendly extension makes decisions easy. The extension lets to write and recall lists from Chrome's local storage. You are able to select one of these lists and have the extension choose a randomized item off of the chosen list. The extension supports eight lists currently.
扩展基本信息
名称 | List Randomizer |
ID | cdhliilgdklblnbcgpdemndkojdeehpl |
官方URL | https://chromewebstore.google.com/detail/list-randomizer/cdhliilgdklblnbcgpdemndkojdeehpl |
简介 | Picks a random item from a list. |
文件大小 | 10.52 KB |
安装次数 | 120 |
当前版本 | 1.4 |
更新时间 | 2018-10-15 |
上架时间 | 2018-10-15 |
评分 | 3.00/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/Fidosodd/RandomSelection |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "List Randomizer", "short_name": "Randomizer", "version": "1.4", "description": "Picks a random item from a list.", "background": { "scripts": [ "background.js" ], "persistent": true }, "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "List Randomizer" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } } |