Lon Capa Beautify

Make science cooler

Wat is Lon Capa Beautify?

Lon Capa Beautify is een Chrome-extensie ontwikkeld door sonav.dev, en de belangrijkste functie is "Make science cooler".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lon Capa Beautify

Download Lon Capa Beautify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lon Capa Beautify Lon Capa Beautify
ID ljfbfbagkfepcadchllbmbiemlpjeldn
Officiële URL https://chromewebstore.google.com/detail/lon-capa-beautify/ljfbfbagkfepcadchllbmbiemlpjeldn
Beschrijving Make science cooler
Bestandsgrootte 14.46 KB
Aantal Installaties 60
Huidige Versie 0.0.4.1
Laatst Bijgewerkt 2020-10-23
Publicatiedatum 2020-09-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sonav.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}