Reference for Ingress
Calculators and reference for Ingress
Reference for Ingress là gì?
Reference for Ingress là một tiện ích mở rộng Chrome được phát triển bởi Robert J. Walker, và tính năng chính của nó là "Calculators and reference for Ingress".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reference for Ingress
Tải xuống các tệp mở rộng Reference for Ingress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reference for Ingress |
ID | mkkjeehbjghbhjnfekacndokjpinnhgk |
URL Chính Thức | https://chromewebstore.google.com/detail/reference-for-ingress/mkkjeehbjghbhjnfekacndokjpinnhgk |
Mô tả | Calculators and reference for Ingress |
Kích Thước Tệp | 191 KB |
Số Lần Cài Đặt | 581 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2024-01-12 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Robert J. Walker |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |