It's Now Found
Now it's easier to find a website that's missing
It's Now Foundคืออะไร?
It's Now Found เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eugene Treko และคุณลักษณะหลักของมันคือ "Now it's easier to find a website that's missing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย It's Now Found
ดาวน์โหลดไฟล์ส่วนขยาย It's Now Found ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Improve the way you're navigated from a website that no longer works. Instead of a confusing message telling you that your website wasn't found you get a number of suggested choices. You can select any of the suggestions that is better related to the website you wanted to open or click anywhere in the tab and go to the regular web search page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | It's Now Found |
ID | ejfbabhikhidkhehbmodnjahjgfpmjcp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp |
คำอธิบาย | Now it's easier to find a website that's missing |
ขนาดไฟล์ | 9.78 KB |
จำนวนการติดตั้ง | 5,038 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2022-06-15 |
วันที่เผยแพร่ | 2022-05-04 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Eugene Treko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://itsnowfound.com/ |
URL หน้าช่วยเหลือ | https://itsnowfound.com/?a=about |
URL หน้านโยบายความเป็นส่วนตัว | https://newpagefinder.com?a=privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Eugene Treko", "name": "It's Now Found", "short_name": "It's Now Found", "homepage_url": "https:\/\/itsnowfound.com\/", "description": "Now it's easier to find a website that's missing", "version": "1.1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |