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 |
| Eメール | [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:\/\/*\/*"
]
} | |