W3Techs Website Technology Information

Shows which web technologies the current site is using.

¿Qué es W3Techs Website Technology Information?

W3Techs Website Technology Information es una extensión de Chrome desarrollada por https://w3techs.com, y su función principal es "Shows which web technologies the current site is using.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión W3Techs Website Technology Information

Descarga archivos de extensión W3Techs Website Technology Information en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre W3Techs Website Technology Information W3Techs Website Technology Information
ID ijfkmffnodjkcllhmbimamggiobmicmh
URL Oficial https://chromewebstore.google.com/detail/w3techs-website-technolog/ijfkmffnodjkcllhmbimamggiobmicmh
Descripción Shows which web technologies the current site is using.
Tamaño del Archivo 11.94 KB
Cantidad de Instalaciones 8,835
Versión Actual 1.2
Última Actualización 2013-06-22
Fecha de Publicación 2013-06-22
Calificación 4.53/5 Total de 17 Calificaciones
Desarrollador https://w3techs.com
Tipo de Pago free
Sitio Web de la Extensión http://w3techs.com/
URL de la Página de Ayuda http://w3techs.com/blog/entry/website_technology_information_browser_extensions
Idiomas Soportados 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"
    ]
}