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 |
公式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 |
Eメール | [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 } |