Webfinder Pro
Easy to find any web content you need
Webfinder Proคืออะไร?
Webfinder Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Iwona Lech และคุณลักษณะหลักของมันคือ "Easy to find any web content you need"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webfinder Pro
ดาวน์โหลดไฟล์ส่วนขยาย Webfinder Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find any website and useful web content with ease. Webfinder PRO is designed to speed up your searching process. You'll never get stuck on error screens if you suddenly make a mistake and type a wrong URL address. This tool will let you find the right website. You can type its name in the search field and get to the correct destination.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
คำอธิบาย | Easy to find any web content you need |
ขนาดไฟล์ | 11.45 KB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-07-07 |
วันที่เผยแพร่ | 2022-06-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Iwona Lech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://webfinderpro.com/ |
URL หน้าช่วยเหลือ | https://webfinderpro.com/?a=about |
URL หน้านโยบายความเป็นส่วนตัว | https://webfinderpro.com?a=privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Iwona Lech", "name": "Webfinder Pro", "short_name": "Webfinder Pro", "homepage_url": "https:\/\/webfinderpro.com\/", "description": "Easy to find any web content you need", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |