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
Eメール [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": [
                ""
            ]
        }
    ]
}