Lon Capa Beautify
Make science cooler
What is Lon Capa Beautify?
Lon Capa Beautify is a Chrome extension developed by sonav.dev, and its main feature is "Make science cooler".
Extension Screenshots
Download Lon Capa Beautify Extension CRX File
Download Lon Capa Beautify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Lon Capa Beautify |
ID | ljfbfbagkfepcadchllbmbiemlpjeldn |
Official URL | https://chromewebstore.google.com/detail/lon-capa-beautify/ljfbfbagkfepcadchllbmbiemlpjeldn |
Description | Make science cooler |
File Size | 14.46 KB |
Installation Count | 60 |
Current Version | 0.0.4.1 |
Last Updated | 2020-10-23 |
Publish Date | 2020-09-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | sonav.dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |