Poly Dice Roller
Advanced Dice Roller suitable for any RPG.
Poly Dice Rollerとは何ですか?
Poly Dice RollerはHarmless Keyによって開発されたChromeの拡張機能で、その主な機能は「Advanced Dice Roller suitable for any RPG.」です。
拡張機能のスクリーンショット
Poly Dice Roller拡張機能のCRXファイルをダウンロード
Poly Dice Roller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Advanced Dice Roller suitable for any Role Playing Game. Roll dice with any number of sides and get total values for your rolls.
拡張機能の基本情報
名前 | Poly Dice Roller |
ID | bkjmjeebmfmnccffnlanlajfjjflkilj |
公式URL | https://chromewebstore.google.com/detail/poly-dice-roller/bkjmjeebmfmnccffnlanlajfjjflkilj |
説明 | Advanced Dice Roller suitable for any RPG. |
ファイルサイズ | 927 KB |
インストール数 | 43 |
現在のバージョン | 0.1 |
最終更新日 | 2023-02-01 |
公開日 | 2023-01-16 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Harmless Key |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Key Roos & Harm Manders", "name": "Poly Dice Roller", "description": "Advanced Dice Roller suitable for any RPG.", "version": "0.1", "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } }, "permissions": [ "storage" ] } |