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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |