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.
擴展基本資訊
名稱 | One-Click Game Dice |
ID | imijklnhdpkdjhmndhhcmknijghmeije |
官方網址 | 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" } } |