Wattspeed

Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.

Wattspeed là gì?

Wattspeed là một tiện ích mở rộng Chrome được phát triển bởi https://wattspeed.com, và tính năng chính của nó là "Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wattspeed

Tải xuống các tệp mở rộng Wattspeed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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?                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wattspeed Wattspeed
ID mbkehkfjhncahcaggkncdaacfnikmoid
URL Chính Thức https://chromewebstore.google.com/detail/wattspeed/mbkehkfjhncahcaggkncdaacfnikmoid
Mô tả Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 1,883
Phiên Bản Hiện Tại 4.4.0
Cập Nhật Lần Cuối 2023-08-07
Ngày Phát Hành 2020-06-29
Đánh Giá 4.93/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://wattspeed.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wattspeed.com/
URL Trang Chính Sách Bảo Mật https://wattspeed.com/privacy-extension
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}