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
官方網址 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"
    ]
}