Luas Times

Luas Realtime Updates

Cos'è Luas Times?

Luas Times è un'estensione di Chrome sviluppata da gsher, e la sua funzione principale è "Luas Realtime Updates".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Luas Times

Scarica i file di estensione Luas Times in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Luas Times Luas Times
ID mfpddooadkockaigjfhdkmabinpcfjkd
URL Ufficiale https://chromewebstore.google.com/detail/luas-times/mfpddooadkockaigjfhdkmabinpcfjkd
Descrizione Luas Realtime Updates
Dimensione del File 756 KB
Conteggio Installazioni 95
Versione Corrente 1.1
Ultimo Aggiornamento 2023-03-28
Data di Pubblicazione 2020-06-15
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore gsher
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}