Error Director
Error Director is an easy tool to help you find alternative paths and information on errors.
Error Directorคืออะไร?
Error Director เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alyssaroberts805 และคุณลักษณะหลักของมันคือ "Error Director is an easy tool to help you find alternative paths and information on errors."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Error Director
ดาวน์โหลดไฟล์ส่วนขยาย Error Director ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When the website is no longer active we give you another website close to what your looking for.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jfaiphgcmhghjjpoiieniajcimnbbafm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/error-director/jfaiphgcmhghjjpoiieniajcimnbbafm |
คำอธิบาย | Error Director is an easy tool to help you find alternative paths and information on errors. |
ขนาดไฟล์ | 13 KB |
จำนวนการติดตั้ง | 90,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-05-30 |
วันที่เผยแพร่ | 2022-05-30 |
คะแนน | 3.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | alyssaroberts805 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://errordirector.com |
URL หน้าช่วยเหลือ | https://errordirector.com/?a=about |
URL หน้านโยบายความเป็นส่วนตัว | https://errordirector.com?a=privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "alyssa roberts", "name": "Error Director ", "short_name": "Error Director ", "homepage_url": "https:\/\/errordirector.com", "description": "Error Director is an easy tool to help you find alternative paths and information on errors.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |