Lon Capa Beautify

Make science cooler

Apa itu Lon Capa Beautify?

Lon Capa Beautify adalah ekstensi Chrome yang dikembangkan oleh sonav.dev, dan fitur utamanya adalah "Make science cooler".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lon Capa Beautify

Unduh file ekstensi Lon Capa Beautify 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

                        Improve the LON CAPA UI to make it easier to use.

Exact Changes:
- condense navigation into 1 bar
- round edges and give drop shadows
- optional confetti upon correct answer                    

Informasi Dasar Ekstensi

Nama Lon Capa Beautify Lon Capa Beautify
ID ljfbfbagkfepcadchllbmbiemlpjeldn
URL Resmi https://chromewebstore.google.com/detail/lon-capa-beautify/ljfbfbagkfepcadchllbmbiemlpjeldn
Deskripsi Make science cooler
Ukuran File 14.46 KB
Jumlah Instalasi 60
Versi Saat Ini 0.0.4.1
Terakhir Diperbarui 2020-10-23
Tanggal Publikasi 2020-09-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang sonav.dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lon Capa Beautify",
    "version": "0.0.4.1",
    "description": "Make science cooler",
    "icons": {
        "128": "LCB.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "confetti.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.lon-capa.net\/*",
                "https:\/\/*.loncapa.net\/*",
                "https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}