Reference for Ingress
Calculators and reference for Ingress
Reference for Ingressคืออะไร?
Reference for Ingress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Robert J. Walker และคุณลักษณะหลักของมันคือ "Calculators and reference for Ingress"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } |