Lon Capa Beautify
Make science cooler
Vad är Lon Capa Beautify?
Lon Capa Beautify är en Chrome-tillägg utvecklad av sonav.dev, och dess huvudfunktion är "Make science cooler".
Tilläggsskärmbilder
Ladda ner Lon Capa Beautify-förlängningens CRX-fil
Ladda ner Lon Capa Beautify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Lon Capa Beautify |
ID | ljfbfbagkfepcadchllbmbiemlpjeldn |
Officiell webbadress | https://chromewebstore.google.com/detail/lon-capa-beautify/ljfbfbagkfepcadchllbmbiemlpjeldn |
Beskrivning | Make science cooler |
Filstorlek | 14.46 KB |
Antal Installationer | 60 |
Aktuell Version | 0.0.4.1 |
Senast Uppdaterad | 2020-10-23 |
Publiceringsdatum | 2020-09-25 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | sonav.dev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |