Lon Capa Beautify

Make science cooler

Was ist Lon Capa Beautify?

Lon Capa Beautify ist eine Chrome-Erweiterung, die von sonav.dev entwickelt wurde, und ihr Hauptmerkmal ist "Make science cooler".

Erweiterungsscreenshots

screenshot

Lon Capa Beautify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lon Capa Beautify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Lon Capa Beautify Lon Capa Beautify
ID ljfbfbagkfepcadchllbmbiemlpjeldn
Offizielle URL https://chromewebstore.google.com/detail/lon-capa-beautify/ljfbfbagkfepcadchllbmbiemlpjeldn
Beschreibung Make science cooler
Dateigröße 14.46 KB
Installationsanzahl 60
Aktuelle Version 0.0.4.1
Letztes Update 2020-10-23
Veröffentlichungsdatum 2020-09-25
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler sonav.dev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}