Luas Times
Luas Realtime Updates
什麼是Luas Times?
Luas Times是由gsher開發的Chrome擴展程式,該擴展的主要功能是“Luas Realtime Updates”。
擴展截圖
下載Luas Times擴展crx文件
下載Luas Times擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome extension that helps users to check the real time status of the Luas
擴展基本資訊
名稱 | |
ID | mfpddooadkockaigjfhdkmabinpcfjkd |
官方網址 | 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 } |