Online Notifier

Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.

ما هو Online Notifier؟

Online Notifier هو إضافة Chrome تم تطويرها بواسطة https://online.ntnu.no، والميزة الرئيسية لها هي "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Online Notifier

قم بتنزيل ملفات الامتداد Online Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        For Trondheimsstudenter:
- Nyheter fra din linjeforening
- Middagsmeny fra SiT
- Sanntidsbuss fra AtB
- Bussorakel fra AtB                    

معلومات أساسية عن التمديد

الاسم Online Notifier Online Notifier
ID hfgffimlnajpbenfpaofmmffcdmgkllf
عنوان URL الرسمي https://chromewebstore.google.com/detail/online-notifier/hfgffimlnajpbenfpaofmmffcdmgkllf
الوصف Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.
حجم الملف 20.06 MB
عدد التثبيتات 150
النسخة الحالية 5.1.3
آخر تحديث 2019-03-05
تاريخ النشر 2019-03-05
تقييم 5.00/5 مجموع تقييمات 16
المطور https://online.ntnu.no
نوع الدفع free
موقع الإضافة https://github.com/appKom/notifier
عنوان صفحة المساعدة https://github.com/appKom/notifier/#online-notifier
اللغات المدعومة no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Online Notifier",
    "short_name": "Notifier",
    "version": "5.1.3",
    "manifest_version": 2,
    "offline_enabled": false,
    "description": "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.",
    "homepage_url": "https:\/\/online.ntnu.no\/",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Notifier",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "@"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            },
            "description": "Open Notifier"
        },
        "open_instabart": {
            "suggested_key": {
                "default": "Ctrl+Shift+I"
            },
            "description": "Open Instabart"
        }
    },
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "permissions": [
        "idle",
        "notifications",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-2.1.4.min.js",
                "js\/on_website.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "org\/*\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'"
}