Reference for Ingress

Calculators and reference for Ingress

Wat is Reference for Ingress?

Reference for Ingress is een Chrome-extensie ontwikkeld door Robert J. Walker, en de belangrijkste functie is "Calculators and reference for Ingress".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Reference for Ingress

Download Reference for Ingress-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Reference for Ingress Reference for Ingress
ID mkkjeehbjghbhjnfekacndokjpinnhgk
Officiële URL https://chromewebstore.google.com/detail/reference-for-ingress/mkkjeehbjghbhjnfekacndokjpinnhgk
Beschrijving Calculators and reference for Ingress
Bestandsgrootte 191 KB
Aantal Installaties 581
Huidige Versie 2.0.2
Laatst Bijgewerkt 2024-01-12
Publicatiedatum 2020-07-02
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Robert J. Walker
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}