Lon Capa Beautify

Make science cooler

Lon Capa Beautify là gì?

Lon Capa Beautify là một tiện ích mở rộng Chrome được phát triển bởi sonav.dev, và tính năng chính của nó là "Make science cooler".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lon Capa Beautify

Tải xuống các tệp mở rộng Lon Capa Beautify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lon Capa Beautify Lon Capa Beautify
ID ljfbfbagkfepcadchllbmbiemlpjeldn
URL Chính Thức https://chromewebstore.google.com/detail/lon-capa-beautify/ljfbfbagkfepcadchllbmbiemlpjeldn
Mô tả Make science cooler
Kích Thước Tệp 14.46 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.0.4.1
Cập Nhật Lần Cuối 2020-10-23
Ngày Phát Hành 2020-09-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển sonav.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}