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" } } |