Make Desmos Great Again
Makes variable values easier to read when in projector mode
Что такое Make Desmos Great Again?
Make Desmos Great Again - это расширение Chrome, разработанное scd31dev, и его основная функция - "Makes variable values easier to read when in projector mode".
Снимки экрана расширения
Скачать файл CRX расширения Make Desmos Great Again
Скачайте файлы расширений Make Desmos Great Again в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension makes it much easier to see the value of variables on Desmos. It increases the font size and adds a black background. This is useful if you're teaching a class, or if you have bad eyesight. Основная информация о расширении
| Название | |
| ID | pdphkcdbjpkadajcdofjjfadlhgadbkj |
| Официальный URL | https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj |
| Описание | Makes variable values easier to read when in projector mode |
| Размер файла | 6.03 KB |
| Количество установок | 114 |
| Текущая Версия | 0.0.0.2 |
| Последнее Обновление | 2018-10-06 |
| Дата публикации | 2018-10-05 |
| Разработчик | scd31dev |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Make Desmos Great Again",
"version": "0.0.0.2",
"description": "Makes variable values easier to read when in projector mode",
"manifest_version": 2,
"browser_action": {
"default_icon": "ivon2.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.desmos.com\/calculator*"
],
"js": [
"main.js"
]
}
]
} | |