Whats This Error
Learn what different errors are when you encoutner them online with Whats This Error.
Whats This Errorคืออะไร?
Whats This Error เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hank richardson และคุณลักษณะหลักของมันคือ "Learn what different errors are when you encoutner them online with Whats This Error."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whats This Error
ดาวน์โหลดไฟล์ส่วนขยาย Whats This Error ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Navigate the web with confidence using whatsthiserror.com, your essential Chrome extension for understanding and resolving internet errors. In partnership with Bing, Yahoo, and other affiliates, whatsthiserror.com enhances your browsing experience by offering instant insights into various web errors. Key Features: Error Code Insights: Encounter an error page? Get clear, concise explanations for various HTTP and NX domain errors at a glance. Understand what each error means and how to address it. Affiliate Partner Integration: Leveraging the knowledge base of our partners like Bing and Yahoo, whatsthiserror.com provides comprehensive and accurate information to troubleshoot errors. Web Page Load Analysis: Unsure if it's your internet connection or just the website? Our extension helps analyze web page load issues, enabling you to identify the root cause of browsing disruptions. User-Friendly Interface: Designed for everyday users, the extension offers a straightforward, intuitive interface. Get the information you need without the technical jargon. Enhanced Browsing Experience: Reduce frustration and save time. Whether it's a temporary glitch or a more complex issue, whatsthiserror.com equips you with the knowledge to understand and potentially resolve browsing problems. Start using whatsthiserror.com today and transform how you interact with the web. Say goodbye to confusion over web errors and hello to smoother, more informed browsing! Whats This Error, is a proud affiliate and approved partner of errors.net, offering an enhanced errors.net experience directly to our users.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Whats This Error |
ID | pbbjgiekknkdfdjgbfhfhpanadhjcndg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whats-this-error/pbbjgiekknkdfdjgbfhfhpanadhjcndg |
คำอธิบาย | Learn what different errors are when you encoutner them online with Whats This Error. |
ขนาดไฟล์ | 14.83 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2024-02-04 |
วันที่เผยแพร่ | 2024-02-04 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | hank richardson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://whatsthiserror.com |
URL หน้าช่วยเหลือ | https://whatsthiserror.com/privacy |
URL หน้านโยบายความเป็นส่วนตัว | https://whatsthiserror.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whats This Error", "homepage_url": "https:\/\/whatsthiserror.com", "description": "Learn what different errors are when you encoutner them online with Whats This Error.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "worker.js" }, "action": { "default_icon": "logo-128.png" }, "icons": { "128": "logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "performance.js" ] } ], "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |