Retro Calculator

A retro-styled pop-up calculator

Что такое Retro Calculator?

Retro Calculator - это расширение Chrome, разработанное Yaye Esmilla, и его основная функция - "A retro-styled pop-up calculator".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Retro Calculator

Скачайте файлы расширений Retro Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Retro Calculator

Retro Calculator is an open-sourced, retro-styled pop-up calculator that does basic arithmetic processes. It allows you to do calculations via the keyboard or by pressing the buttons.

Shortcuts:
 c or `enter` or `return` (in Mac) - Equals                    

Основная информация о расширении

Название Retro Calculator Retro Calculator
ID phlhhjgojpgddokobbenmdmpmabbnlij
Официальный URL https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij
Описание A retro-styled pop-up calculator
Размер файла 73.12 KB
Количество установок 209
Текущая Версия 1.0.0.0
Последнее Обновление 2020-08-08
Дата публикации 2020-08-07
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Yaye Esmilla
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/yayesmilla/retro-calculator
URL страницы помощи https://github.com/yayesmilla/retro-calculator
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retro Calculator",
    "description": "A retro-styled pop-up calculator",
    "version": "1.0.0.0",
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Retro Calculator"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "incognito": "spanning",
    "permissions": []
}