Wattspeed
Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.
什么是Wattspeed?
Wattspeed是由https://wattspeed.com开发的Chrome扩展程序,该扩展的主要功能是“Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.”。
扩展截图
下载Wattspeed扩展crx文件
下载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:\/\/*\/*"
]
} | |