Make Desmos Great Again
Makes variable values easier to read when in projector mode
Make Desmos Great Again là gì?
Make Desmos Great Again là một tiện ích mở rộng Chrome được phát triển bởi scd31dev, và tính năng chính của nó là "Makes variable values easier to read when in projector mode".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Make Desmos Great Again
Tải xuống các tệp mở rộng Make Desmos Great Again dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Make Desmos Great Again |
ID | pdphkcdbjpkadajcdofjjfadlhgadbkj |
URL Chính Thức | https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj |
Mô tả | Makes variable values easier to read when in projector mode |
Kích Thước Tệp | 6.03 KB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2018-10-06 |
Ngày Phát Hành | 2018-10-05 |
Nhà Phát Triển | scd31dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |