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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kent Denver Lunch
قم بتنزيل ملفات الامتداد Kent Denver Lunch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 } } |