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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ 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'"
}