Errors.net official extension
The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
Errors.net official extension là gì?
Errors.net official extension là một tiện ích mở rộng Chrome được phát triển bởi http://errors.net, và tính năng chính của nó là "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.".
Ả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 Errors.net official extension
Tải xuống các tệp mở rộng Errors.net official extension 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
Server and DNS errors are boring. Errors.net takes internet errors and turns them into beautiful webpages that are full of useful information, relevant offers, and an easy to use search bar (search results provided by Yahoo!). Add the official Errors.net extension today and you won't have to look at a boring internet error page ever again. New with version 2.0 we are displaying page load times, performance metrics and site unavailability data. This is used to display geo-data on a live map on errors.net showing network and website errors by region.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ijmiidfenfofcafblkimipaiapnhjeme |
URL Chính Thức | https://chrome.google.com/webstore/detail/errorsnet-official-extens/ijmiidfenfofcafblkimipaiapnhjeme |
Mô tả | The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted. |
Kích Thước Tệp | 25.67 KB |
Số Lần Cài Đặt | 395,828 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-03-13 |
Ngày Phát Hành | 2022-06-15 |
Đánh Giá | 3.50/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | http://errors.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://errors.net/ |
URL Trang Trợ Giúp | https://errors.net/ |
URL Trang Chính Sách Bảo Mật | https://errors.net/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Errors.net official extension", "homepage_url": "https:\/\/errors.net", "description": "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.", "version": "2.0", "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", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |