Dead-end Alternate
Provides user a quick alternate option if the site they navigate to is down.
Dead-end Alternateคืออะไร?
Dead-end Alternate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saundersd747 และคุณลักษณะหลักของมันคือ "Provides user a quick alternate option if the site they navigate to is down."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dead-end Alternate
ดาวน์โหลดไฟล์ส่วนขยาย Dead-end Alternate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Avoids online dead-ends by quickly providing users alternate options if a website is unavailable.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ckedpbhdengfhefboeknomhejjdihpai |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dead-end-alternate/ckedpbhdengfhefboeknomhejjdihpai |
คำอธิบาย | Provides user a quick alternate option if the site they navigate to is down. |
ขนาดไฟล์ | 6.38 KB |
จำนวนการติดตั้ง | 30,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-05-30 |
วันที่เผยแพร่ | 2022-05-30 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | saundersd747 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://deadendalternate.com |
URL หน้าช่วยเหลือ | https://deadendalternate.com/?a=about |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Don S", "name": "Dead-end Alternate", "short_name": "Dead-end Alt", "homepage_url": "https:\/\/deadendalternate.com", "description": "Provides user a quick alternate option if the site they navigate to is down.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |