Reference for Ingress

Calculators and reference for Ingress

什么是Reference for Ingress?

Reference for Ingress是由Robert J. Walker开发的Chrome扩展程序,该扩展的主要功能是“Calculators and reference for Ingress”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Reference for Ingress扩展crx文件

下载Reference for Ingress扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Reference for Ingress Reference for Ingress
ID mkkjeehbjghbhjnfekacndokjpinnhgk
官方URL https://chromewebstore.google.com/detail/reference-for-ingress/mkkjeehbjghbhjnfekacndokjpinnhgk
简介 Calculators and reference for Ingress
文件大小 191 KB
安装次数 581
当前版本 2.0.2
更新时间 2024-01-12
上架时间 2020-07-02
评分 4.83/5 共6次评分
开发者 Robert J. Walker
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}