AutoDice
A simple dice roller.
AutoDiceとは何ですか?
AutoDiceはhttps://www.cyborgsushi.comによって開発されたChromeの拡張機能で、その主な機能は「A simple dice roller.」です。
拡張機能のスクリーンショット
AutoDice拡張機能のCRXファイルをダウンロード
AutoDice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Want to roll a dice, but to lazy to press a button? Then try AutoDice, a dice that rolls it self!
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License, more info at http://creativecommons.org/licenses/by-nc-nd/3.0/ 拡張機能の基本情報
| 名前 | |
| ID | bnejadjgfckllmggaioifgcmppekedbc |
| 公式URL | https://chromewebstore.google.com/detail/autodice/bnejadjgfckllmggaioifgcmppekedbc |
| 説明 | A simple dice roller. |
| ファイルサイズ | 17.07 KB |
| インストール数 | 88 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2012-06-16 |
| 公開日 | 2012-06-16 |
| 評価 | 3.50/5 合計 4 レビュー |
| 開発者 | https://www.cyborgsushi.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.cyborgsushi.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AutoDice",
"description": "A simple dice roller.",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"version": "1.0",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon_128.png",
"default_popup": "popup.html",
"name": "Roll the Dice",
"icons": [
"icon_128.png",
"icon_48.png",
"icon_16.png"
]
},
"manifest_version": 2
} | |