Luas Times
Luas Realtime Updates
Co to jest Luas Times?
Luas Times to rozszerzenie Chrome opracowane przez gsher, a jego główną funkcją jest „Luas Realtime Updates”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Luas Times
Pobierz pliki rozszerzeń Luas Times w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Chrome extension that helps users to check the real time status of the Luas
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mfpddooadkockaigjfhdkmabinpcfjkd |
Oficjalny URL | https://chromewebstore.google.com/detail/luas-times/mfpddooadkockaigjfhdkmabinpcfjkd |
Opis | Luas Realtime Updates |
Rozmiar pliku | 756 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-03-28 |
Data Publikacji | 2020-06-15 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | gsher |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |