Countdown to Uni

Countdown to national exam

什麼是Countdown to Uni?

Countdown to Uni是由NghiaVuiVe開發的Chrome擴展程式,該擴展的主要功能是“Countdown to national exam”。

擴展截圖

screenshot
screenshot

下載Countdown to Uni擴展crx文件

下載Countdown to Uni擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A tool help you countdown to national high school exam                    

擴展基本資訊

名稱 Countdown to Uni Countdown to Uni
ID ninffgbjbbnbjhnjanndfefnkkcdakjf
官方網址 https://chromewebstore.google.com/detail/countdown-to-uni/ninffgbjbbnbjhnjanndfefnkkcdakjf
簡介 Countdown to national exam
檔案大小 1.16 MB
安裝次數 1,211
目前版本 2.0.4
更新時間 2022-04-19
上架時間 2020-08-19
評分 4.11/5 共 9 次評分
開發者 NghiaVuiVe
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/NghiaCaNgao/CDU_2
說明頁面URL https://github.com/NghiaCaNgao/CDU_2/issues
支援的語言 en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Countdown to Uni",
    "short_name": "C2U",
    "version": "2.0.4",
    "default_locale": "vi",
    "author": "NghiaCaNgao",
    "description": "Countdown to national exam",
    "homepage_url": "https:\/\/github.com\/NghiaCaNgao\/CDU_2",
    "icons": {
        "16": "images\/logo\/16x.png",
        "48": "images\/logo\/48x.png",
        "128": "images\/logo\/128x.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/logo\/16x.png",
            "24": "images\/logo\/24x.png",
            "32": "images\/logo\/32x.png"
        },
        "default_title": "Click to open",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "contextMenus",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/raw.githubusercontent.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}