W3Techs Website Technology Information

Shows which web technologies the current site is using.

W3Techs Website Technology Information là gì?

W3Techs Website Technology Information là một tiện ích mở rộng Chrome được phát triển bởi https://w3techs.com, và tính năng chính của nó là "Shows which web technologies the current site is using.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng W3Techs Website Technology Information 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

                        The W3Techs extension shows with one mouse click which web technologies the current site is using.

The technologies shown include content management systems, server-side and client-side programming languages, JavaScript libraries, markup languages, character encodings, SSL certificate authorities, social widgets, web servers, operating systems, content delivery networks, traffic analysis tools and advertising networks. Additionally, you get background information and warnings on potential quality problems of the site.

Version 1.2 ensures compatibility with future Chrome versions.                    

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

Tên W3Techs Website Technology Information W3Techs Website Technology Information
ID ijfkmffnodjkcllhmbimamggiobmicmh
URL Chính Thức https://chromewebstore.google.com/detail/w3techs-website-technolog/ijfkmffnodjkcllhmbimamggiobmicmh
Mô tả Shows which web technologies the current site is using.
Kích Thước Tệp 11.94 KB
Số Lần Cài Đặt 8,835
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-06-22
Ngày Phát Hành 2013-06-22
Đánh Giá 4.53/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://w3techs.com
Loại Thanh Toán free
Trang Web Mở Rộng http://w3techs.com/
URL Trang Trợ Giúp http://w3techs.com/blog/entry/website_technology_information_browser_extensions
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W3Techs Website Technology Information",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Shows which web technologies the current site is using.",
    "icons": {
        "48": "w3techs_48.png",
        "128": "w3techs_128.png"
    },
    "browser_action": {
        "default_title": "W3Techs Website Technology Information",
        "default_icon": "w3techs_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/w3techs.com\/",
        "tabs"
    ]
}