One-Click Game Dice
Produce random numbers for different kinds of dice commonly used in gaming.
One-Click Game Diceとは何ですか?
One-Click Game Diceはimightbewyattによって開発されたChromeの拡張機能で、その主な機能は「Produce random numbers for different kinds of dice commonly used in gaming.」です。
拡張機能のスクリーンショット
One-Click Game Dice拡張機能のCRXファイルをダウンロード
One-Click Game Dice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate random numbers for various gaming dice: one-hundred-sided (2d10), twenty-sided, twelve-sided, ten-sided, eight-sided, six-sided, four-sided, and two-sided. It works in offline mode, too. 拡張機能の基本情報
| 名前 | |
| ID | imijklnhdpkdjhmndhhcmknijghmeije |
| 公式URL | https://chromewebstore.google.com/detail/one-click-game-dice/imijklnhdpkdjhmndhhcmknijghmeije |
| 説明 | Produce random numbers for different kinds of dice commonly used in gaming. |
| ファイルサイズ | 174 KB |
| インストール数 | 569 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2014-11-17 |
| 公開日 | 2014-11-17 |
| 評価 | 4.88/5 合計 8 レビュー |
| 開発者 | imightbewyatt |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "One-Click Game Dice",
"short_name": "1-Click Dice",
"author": "B. Wyatt",
"offline_enabled": true,
"description": "Produce random numbers for different kinds of dice commonly used in gaming.",
"version": "1.0",
"permissions": [],
"icons": {
"16": "d20_icon16.png",
"19": "d20_icon.png",
"48": "d20_icon48.png",
"128": "d20_icon128.png"
},
"browser_action": {
"default_icon": "d20_icon.png",
"default_popup": "popup.html"
}
} | |