Online Notifier

Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.

Online Notifier là gì?

Online Notifier là một tiện ích mở rộng Chrome được phát triển bởi https://online.ntnu.no, và tính năng chính của nó là "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Online Notifier 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

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

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

Tên Online Notifier Online Notifier
ID hfgffimlnajpbenfpaofmmffcdmgkllf
URL Chính Thức https://chromewebstore.google.com/detail/online-notifier/hfgffimlnajpbenfpaofmmffcdmgkllf
Mô tả Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.
Kích Thước Tệp 20.06 MB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 5.1.3
Cập Nhật Lần Cuối 2019-03-05
Ngày Phát Hành 2019-03-05
Đánh Giá 5.00/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://online.ntnu.no
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/appKom/notifier
URL Trang Trợ Giúp https://github.com/appKom/notifier/#online-notifier
Ngôn Ngữ Được Hỗ Trợ 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'"
}