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 - это расширение Chrome, разработанное https://reallygood.co.il, и его основная функция - "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".
Снимки экрана расширения
Скачать файл CRX расширения Really Good Dice
Скачайте файлы расширений 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.
Основная информация о расширении
Название | Really Good Dice |
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 |
Электронная почта | [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" } } |