Reference for Ingress

Calculators and reference for Ingress

Cos'è Reference for Ingress?

Reference for Ingress è un'estensione di Chrome sviluppata da Robert J. Walker, e la sua funzione principale è "Calculators and reference for Ingress".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reference for Ingress

Scarica i file di estensione Reference for Ingress 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

                        Provides useful calculators and references for Ingress, the augmented reality game by Niantic. Includes: portal calculator, attack simulator, link and recharge calculator, glyph dictionary, glyph hacking simulator, septicycle calendar, and reference section. Produced in association with Fev Games. Not officially affiliated with Ingress or Niantic Labs.                    

Informazioni di Base sull'Estensione

Nome Reference for Ingress Reference for Ingress
ID mkkjeehbjghbhjnfekacndokjpinnhgk
URL Ufficiale https://chromewebstore.google.com/detail/reference-for-ingress/mkkjeehbjghbhjnfekacndokjpinnhgk
Descrizione Calculators and reference for Ingress
Dimensione del File 191 KB
Conteggio Installazioni 581
Versione Corrente 2.0.2
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2020-07-02
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore Robert J. Walker
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reference for Ingress",
    "description": "Calculators and reference for Ingress",
    "author": "Robert J. Walker",
    "version": "2.0.2",
    "action": {
        "default_icon": {
            "16": "images\/ingress-ref-16.png",
            "32": "images\/ingress-ref-32.png",
            "48": "images\/ingress-ref-48.png",
            "128": "images\/ingress-ref-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/ingress-ref-16.png",
        "32": "images\/ingress-ref-32.png",
        "48": "images\/ingress-ref-48.png",
        "128": "images\/ingress-ref-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/service-worker.js",
        "type": "module"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ]
}