Finding a New Way
innovative way to find alternate websites, when the one your going to is down
Finding a New Wayคืออะไร?
Finding a New Way เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uploadextsubmissions และคุณลักษณะหลักของมันคือ "innovative way to find alternate websites, when the one your going to is down"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finding a New Way
ดาวน์โหลดไฟล์ส่วนขยาย Finding a New Way ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When a user attempts to go to a website and the website is showing down give them alternative sites
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | knfajdoicgljphkcobpeinoiejhgpofe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe |
คำอธิบาย | innovative way to find alternate websites, when the one your going to is down |
ขนาดไฟล์ | 37.51 KB |
จำนวนการติดตั้ง | 175,094 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-05-07 |
วันที่เผยแพร่ | 2022-05-07 |
คะแนน | 3.78/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | uploadextsubmissions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://findinganewway.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "David H", "name": "Finding a New Way", "short_name": "Finding a new way", "homepage_url": "https:\/\/findinganewway.com", "description": "innovative way to find alternate websites, when the one your going to is down", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |