Realtools
The mini version of Realtools.
Realtoolsคืออะไร?
Realtools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://realtools.shay.cat และคุณลักษณะหลักของมันคือ "The mini version of Realtools."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Realtools
ดาวน์โหลดไฟล์ส่วนขยาย Realtools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Realtools is a collection of tools for the Horse Reality webgame. This extension provides convenient in-page integrations.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | chfbbeojlpffpcffalmhagcjfoiccjcf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/realtools/chfbbeojlpffpcffalmhagcjfoiccjcf |
คำอธิบาย | The mini version of Realtools. |
ขนาดไฟล์ | 96.69 KB |
จำนวนการติดตั้ง | 4,847 |
เวอร์ชันปัจจุบัน | 2.3.2 |
อัปเดตครั้งล่าสุด | 2022-08-28 |
วันที่เผยแพร่ | 2022-05-06 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://realtools.shay.cat |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://realtools.shay.cat |
URL หน้าช่วยเหลือ | https://discord.gg/TFgqyWF9bn |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Realtools", "description": "The mini version of Realtools.", "version": "2.3.2", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popout.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.horsereality.com\/horses\/*" ], "js": [ "browser-polyfill.js", "constants.js", "site-hr\/css.js", "site-hr\/utils.js", "site-hr\/calculator.js", "site-hr\/buttons.js", "site-hr\/layers.js" ] }, { "matches": [ "https:\/\/realtools.shay.cat\/*" ], "js": [ "browser-polyfill.js", "constants.js" ] } ], "host_permissions": [ "*:\/\/*.horsereality.com\/horses\/*" ] } |