Really Good Dice
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Really Good Diceとは何ですか?
Really Good Diceはhttps://reallygood.co.ilによって開発されたChromeの拡張機能で、その主な機能は「Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.」です。
拡張機能のスクリーンショット
Really Good Dice拡張機能のCRXファイルをダウンロード
Really Good Dice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Quickly roll one dice or more, right off from your extension bar. 拡張機能の基本情報
| 名前 | |
| ID | mfedjabphbbhekfijmgipfhddgjfnain |
| 公式URL | https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain |
| 説明 | Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. |
| ファイルサイズ | 204 KB |
| インストール数 | 6,000 |
| 現在のバージョン | 2 |
| 最終更新日 | 2021-06-02 |
| 公開日 | 2013-10-27 |
| 評価 | 4.17/5 合計 24 レビュー |
| 開発者 | https://reallygood.co.il |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://reallygood.co.il/ |
| ヘルプページのURL | https://reallygood.co.il/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Really Good Dice",
"version": "2",
"manifest_version": 3,
"description": "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.",
"permissions": [
"storage",
"alarms"
],
"icons": {
"16": "images\/icon-16x16.png",
"32": "images\/icon-32x32.png",
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png"
},
"action": {
"default_title": "Roll the Dice!",
"default_icon": {
"16": "images\/icon-16x16.png",
"32": "images\/icon-32x32.png"
}
},
"options_page": "options\/options.html",
"background": {
"service_worker": "background.js"
}
} | |