Reference for Ingress

Calculators and reference for Ingress

What is Reference for Ingress?

Reference for Ingress is a Chrome extension developed by Robert J. Walker, and its main feature is "Calculators and reference for Ingress".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Reference for Ingress Extension CRX File

Download Reference for Ingress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Reference for Ingress Reference for Ingress
ID mkkjeehbjghbhjnfekacndokjpinnhgk
Official URL https://chromewebstore.google.com/detail/reference-for-ingress/mkkjeehbjghbhjnfekacndokjpinnhgk
Description Calculators and reference for Ingress
File Size 191 KB
Installation Count 581
Current Version 2.0.2
Last Updated 2024-01-12
Publish Date 2020-07-02
Rating 4.83/5 Total 6 Ratings
Developer Robert J. Walker
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}