Wattspeed
Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.
Wattspeedคืออะไร?
Wattspeed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wattspeed.com และคุณลักษณะหลักของมันคือ "Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wattspeed
ดาวน์โหลดไฟล์ส่วนขยาย Wattspeed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get powerful web technologies insights each time you open a new web page.
- Mobile-friendly test
- Google Lighthouse scores
- Core Web Vitals for the last 28 days
- Security audit
- HTML5 validation
- Accessibility checker
- Mixed content & JSON-LD structured data snippet detection
and more...
- What web server is behind the URL?
- What Analytics tool is used to get visitor insights?
- What Marketing or Chat tools are used to convert the visitors?
- What Advertising network is running in order to sell ads?
- What CMS powers the forum, blog or the online shop?
- What CSS and JS frameworks are used to build that user interface? ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mbkehkfjhncahcaggkncdaacfnikmoid |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wattspeed/mbkehkfjhncahcaggkncdaacfnikmoid |
| คำอธิบาย | Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page. |
| ขนาดไฟล์ | 116 KB |
| จำนวนการติดตั้ง | 1,883 |
| เวอร์ชันปัจจุบัน | 4.4.0 |
| อัปเดตครั้งล่าสุด | 2023-08-07 |
| วันที่เผยแพร่ | 2020-06-29 |
| คะแนน | 4.93/5 รวมทั้งหมด 27 คะแนน |
| ผู้พัฒนา | https://wattspeed.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://wattspeed.com/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://wattspeed.com/privacy-extension |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Wattspeed",
"version": "4.4.0",
"description": "Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.",
"icons": {
"16": "assets\/icons\/icon-16.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"assets\/scripts\/helper.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": "assets\/icons\/icon-48.png",
"default_popup": "index.html",
"default_title": "Wattspeed"
},
"permissions": [
"tabs",
"scripting",
"activeTab",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |