Kent Denver Lunch

The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.

Kent Denver Lunchคืออะไร?

Kent Denver Lunch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KDS Computer Science และคุณลักษณะหลักของมันคือ "The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kent Denver Lunch

ดาวน์โหลดไฟล์ส่วนขยาย Kent Denver Lunch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Kent Denver lunch menu extension automatically loads each school days’ lunch menu into an easy to use chrome extension window. You can also peer into the future or past by utilizing the easy day buttons or arrows.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kent Denver Lunch Kent Denver Lunch
ID cadmjejehipefhhnlfeflfohjbkkpiki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kent-denver-lunch/cadmjejehipefhhnlfeflfohjbkkpiki
คำอธิบาย The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.
ขนาดไฟล์ 374 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2017-04-21
วันที่เผยแพร่ 2017-04-21
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา KDS Computer Science
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kent Denver Lunch",
    "author": "Osamah Zmily & Lorenzo Melendez",
    "description": "The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.",
    "version": "2.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kentdenver.org\/*",
                "http:\/\/www.kentdenver.org\/*"
            ],
            "js": [
                "clicker.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "download.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background_menu.js"
        ],
        "persistent": false
    }
}