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                     擴展基本資訊
| 名稱 |   |  
| ID | ljfbfbagkfepcadchllbmbiemlpjeldn | 
| 官方網址 | 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"
    ]
}  |  |