Wattspeed
Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.
Co je Wattspeed?
Wattspeed je rozšíření Chrome vyvinuté https://wattspeed.com, a jeho hlavní funkcí je „Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wattspeed
Stáhněte si soubory rozšíření Wattspeed ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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? Základní Informace o Rozšíření
| Název | |
| ID | mbkehkfjhncahcaggkncdaacfnikmoid |
| Oficiální URL | https://chromewebstore.google.com/detail/wattspeed/mbkehkfjhncahcaggkncdaacfnikmoid |
| Popis | Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page. |
| Velikost souboru | 116 KB |
| Počet instalací | 1,883 |
| Aktuální Verze | 4.4.0 |
| Poslední Aktualizace | 2023-08-07 |
| Datum Vydání | 2020-06-29 |
| Hodnocení | 4.93/5 Celkem 27 Hodnocení |
| Vývojář | https://wattspeed.com |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://wattspeed.com/ |
| URL Stránky Zásad Ochrany Soukromí | https://wattspeed.com/privacy-extension |
| Podporované Jazyky | 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:\/\/*\/*"
]
} | |