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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}