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 |
公式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 |
Eメール | [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" ] } |