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是由KDS Computer Science開發的Chrome擴展程式,該擴展的主要功能是“The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.”。

擴展截圖

screenshot
screenshot
screenshot

下載Kent Denver Lunch擴展crx文件

下載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
官方網址 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
    }
}