Luas Times

Luas Realtime Updates

Luas Times là gì?

Luas Times là một tiện ích mở rộng Chrome được phát triển bởi gsher, và tính năng chính của nó là "Luas Realtime Updates".

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

screenshot

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

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

                        Chrome extension that helps users to check the real time status of the Luas                    

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

Tên Luas Times Luas Times
ID mfpddooadkockaigjfhdkmabinpcfjkd
URL Chính Thức https://chromewebstore.google.com/detail/luas-times/mfpddooadkockaigjfhdkmabinpcfjkd
Mô tả Luas Realtime Updates
Kích Thước Tệp 756 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-03-28
Ngày Phát Hành 2020-06-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển gsher
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Luas Times",
    "version": "1.1",
    "description": "Luas Realtime Updates",
    "permissions": [
        "storage",
        "https:\/\/luasforecasts.rpa.ie\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Make this page red",
        "default_icon": {
            "16": "images\/luaslogo16.png",
            "32": "images\/luaslogo32.png",
            "48": "images\/luaslogo48.png",
            "128": "images\/luaslogo128.png"
        }
    },
    "icons": {
        "16": "images\/luaslogo16.png",
        "32": "images\/luaslogo32.png",
        "48": "images\/luaslogo48.png",
        "128": "images\/luaslogo128.png"
    },
    "manifest_version": 2
}