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
官方URL 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": [
                ""
            ]
        }
    ]
}