Lon Capa Beautify
Make science cooler
什么是Lon Capa Beautify?
Lon Capa Beautify是由sonav.dev开发的Chrome扩展程序,该扩展的主要功能是“Make science cooler”。
扩展截图
下载Lon Capa Beautify扩展crx文件
下载Lon Capa Beautify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Lon Capa Beautify |
ID | ljfbfbagkfepcadchllbmbiemlpjeldn |
官方URL | https://chromewebstore.google.com/detail/lon-capa-beautify/ljfbfbagkfepcadchllbmbiemlpjeldn |
简介 | Make science cooler |
文件大小 | 14.46 KB |
安装次数 | 60 |
当前版本 | 0.0.4.1 |
更新时间 | 2020-10-23 |
上架时间 | 2020-09-25 |
评分 | 5.00/5 共2次评分 |
开发者 | sonav.dev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |