BuiltWith Technology Profiler
Find out what the website you are visiting is built with using this extension.
BuiltWith Technology Profilerคืออะไร?
BuiltWith Technology Profiler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://builtwith.com และคุณลักษณะหลักของมันคือ "Find out what the website you are visiting is built with using this extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BuiltWith Technology Profiler
ดาวน์โหลดไฟล์ส่วนขยาย BuiltWith Technology Profiler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The BuiltWith Chrome Extension lets you find out what a website is built with by a simple click on the builtwith icon! BuiltWith is a web site profiler tool. Upon looking up a page, BuiltWith returns all the technologies it can find on the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BuiltWith Technology Profiler |
ID | dapjbgnjinbpoindlpdmhochffioedbn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn |
คำอธิบาย | Find out what the website you are visiting is built with using this extension. |
ขนาดไฟล์ | 54.1 KB |
จำนวนการติดตั้ง | 374,188 |
เวอร์ชันปัจจุบัน | 3.6 |
อัปเดตครั้งล่าสุด | 2022-05-11 |
วันที่เผยแพร่ | 2020-05-15 |
คะแนน | 4.39/5 รวมทั้งหมด 401 คะแนน |
ผู้พัฒนา | https://builtwith.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://builtwith.com |
URL หน้าช่วยเหลือ | http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/ |
URL หน้านโยบายความเป็นส่วนตัว | https://builtwith.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BuiltWith Technology Profiler", "version": "3.6", "short_name": "BuiltWith", "description": "Find out what the website you are visiting is built with using this extension.", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "32": "icon32.png", "48": "icon.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/builtwith.com\/" ] } |