Lon Capa Beautify

Make science cooler

Qu'est-ce que Lon Capa Beautify ?

Lon Capa Beautify est une extension Chrome développée par sonav.dev, et sa fonction principale est "Make science cooler".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lon Capa Beautify

Téléchargez les fichiers d'extension Lon Capa Beautify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Lon Capa Beautify Lon Capa Beautify
ID ljfbfbagkfepcadchllbmbiemlpjeldn
URL Officiel https://chromewebstore.google.com/detail/lon-capa-beautify/ljfbfbagkfepcadchllbmbiemlpjeldn
Description Make science cooler
Taille du Fichier 14.46 KB
Nombre d'Installations 60
Version Actuelle 0.0.4.1
Dernière Mise à Jour 2020-10-23
Date de Publication 2020-09-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur sonav.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}