Make Desmos Great Again

Makes variable values easier to read when in projector mode

Apa itu Make Desmos Great Again?

Make Desmos Great Again adalah ekstensi Chrome yang dikembangkan oleh scd31dev, dan fitur utamanya adalah "Makes variable values easier to read when in projector mode".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Make Desmos Great Again

Unduh file ekstensi Make Desmos Great Again dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Make Desmos Great Again Make Desmos Great Again
ID pdphkcdbjpkadajcdofjjfadlhgadbkj
URL Resmi https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj
Deskripsi Makes variable values easier to read when in projector mode
Ukuran File 6.03 KB
Jumlah Instalasi 114
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2018-10-06
Tanggal Publikasi 2018-10-05
Pengembang scd31dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}