Luas Times

Luas Realtime Updates

什么是Luas Times?

Luas Times是由gsher开发的Chrome扩展程序,该扩展的主要功能是“Luas Realtime Updates”。

扩展截图

screenshot

下载Luas Times扩展crx文件

下载Luas Times扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Luas Times Luas Times
ID mfpddooadkockaigjfhdkmabinpcfjkd
官方URL https://chromewebstore.google.com/detail/luas-times/mfpddooadkockaigjfhdkmabinpcfjkd
简介 Luas Realtime Updates
文件大小 756 KB
安装次数 95
当前版本 1.1
更新时间 2023-03-28
上架时间 2020-06-15
评分 5.00/5 共4次评分
开发者 gsher
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}