Countdown to Uni

Countdown to national exam

Countdown to Uniคืออะไร?

Countdown to Uni เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NghiaVuiVe และคุณลักษณะหลักของมันคือ "Countdown to national exam"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Countdown to Uni

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}