Forget 404s
Provides optional alternatives instead of the user getting frustrated with 404 pages.
Forget 404sคืออะไร?
Forget 404s เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wil และคุณลักษณะหลักของมันคือ "Provides optional alternatives instead of the user getting frustrated with 404 pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forget 404s
ดาวน์โหลดไฟล์ส่วนขยาย Forget 404s ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An integrated experience for users who get frustrated with 404 errors while browsing. Provides quick alternative options when they arrive at a 404 page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ighgdclfnamomoacncjldkncobhjhioe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe |
คำอธิบาย | Provides optional alternatives instead of the user getting frustrated with 404 pages. |
ขนาดไฟล์ | 6.88 KB |
จำนวนการติดตั้ง | 20,707 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-04-21 |
วันที่เผยแพร่ | 2022-04-21 |
คะแนน | 4.20/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | wil |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://forget-404s.com |
URL หน้าช่วยเหลือ | https://forget-404s.com/?a=about |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Wil B", "name": "Forget 404s", "short_name": "Forget 404s", "homepage_url": "https:\/\/forget-404s.com", "description": "Provides optional alternatives instead of the user getting frustrated with 404 pages.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |