List Randomizer

Picks a random item from a list.

什麼是List Randomizer?

List Randomizer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Picks a random item from a list.”。

擴展截圖

screenshot
screenshot

下載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 List Randomizer
ID cdhliilgdklblnbcgpdemndkojdeehpl
官方網址 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"
    }
}