W3Techs Website Technology Information

Shows which web technologies the current site is using.

什么是W3Techs Website Technology Information?

W3Techs Website Technology Information是由https://w3techs.com开发的Chrome扩展程序,该扩展的主要功能是“Shows which web technologies the current site is using.”。

扩展截图

screenshot
screenshot

下载W3Techs Website Technology Information扩展crx文件

下载W3Techs Website Technology Information扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 W3Techs Website Technology Information W3Techs Website Technology Information
ID ijfkmffnodjkcllhmbimamggiobmicmh
官方URL https://chromewebstore.google.com/detail/w3techs-website-technolog/ijfkmffnodjkcllhmbimamggiobmicmh
简介 Shows which web technologies the current site is using.
文件大小 11.94 KB
安装次数 8,835
当前版本 1.2
更新时间 2013-06-22
上架时间 2013-06-22
评分 4.53/5 共17次评分
开发者 https://w3techs.com
付费类型 free
扩展官网 http://w3techs.com/
帮助页面URL http://w3techs.com/blog/entry/website_technology_information_browser_extensions
支持的语言 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"
    ]
}