W3Techs Website Technology Information

Shows which web technologies the current site is using.

O que é W3Techs Website Technology Information?

W3Techs Website Technology Information é uma extensão do Chrome desenvolvida por https://w3techs.com, e sua principal característica é "Shows which web technologies the current site is using.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão W3Techs Website Technology Information

Baixe arquivos de extensão W3Techs Website Technology Information no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome W3Techs Website Technology Information W3Techs Website Technology Information
ID ijfkmffnodjkcllhmbimamggiobmicmh
URL Oficial https://chromewebstore.google.com/detail/w3techs-website-technolog/ijfkmffnodjkcllhmbimamggiobmicmh
Descrição Shows which web technologies the current site is using.
Tamanho do Arquivo 11.94 KB
Contagem de Instalações 8,835
Versão Atual 1.2
Última Atualização 2013-06-22
Data de Publicação 2013-06-22
Classificação 4.53/5 Total de 17 Avaliações
Desenvolvedor https://w3techs.com
Tipo de Pagamento free
Site da Extensão http://w3techs.com/
URL da Página de Ajuda http://w3techs.com/blog/entry/website_technology_information_browser_extensions
Idiomas Suportados 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"
    ]
}