Reference for Ingress

Calculators and reference for Ingress

Что такое Reference for Ingress?

Reference for Ingress - это расширение Chrome, разработанное Robert J. Walker, и его основная функция - "Calculators and reference for Ingress".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Reference for Ingress

Скачайте файлы расширений 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"
    ]
}