Reference for Ingress
Calculators and reference for Ingress
什麼是Reference for Ingress?
Reference for Ingress是由Robert J. Walker開發的Chrome擴展程式,該擴展的主要功能是“Calculators and reference for Ingress”。
擴展截圖
下載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 |
ID | mkkjeehbjghbhjnfekacndokjpinnhgk |
官方網址 | 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" ] } |