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 là gì?

Kent Denver Lunch là một tiện ích mở rộng Chrome được phát triển bởi KDS Computer Science, và tính năng chính của nó là "The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kent Denver Lunch

Tải xuống các tệp mở rộng Kent Denver Lunch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kent Denver Lunch Kent Denver Lunch
ID cadmjejehipefhhnlfeflfohjbkkpiki
URL Chính Thức https://chromewebstore.google.com/detail/kent-denver-lunch/cadmjejehipefhhnlfeflfohjbkkpiki
Mô tả The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.
Kích Thước Tệp 374 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2017-04-21
Ngày Phát Hành 2017-04-21
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển KDS Computer Science
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}