W3Techs Website Technology Information
Shows which web technologies the current site is using.
Cos'è W3Techs Website Technology Information?
W3Techs Website Technology Information è un'estensione di Chrome sviluppata da https://w3techs.com, e la sua funzione principale è "Shows which web technologies the current site is using.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione W3Techs Website Technology Information
Scarica i file di estensione W3Techs Website Technology Information in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | W3Techs Website Technology Information |
ID | ijfkmffnodjkcllhmbimamggiobmicmh |
URL Ufficiale | https://chromewebstore.google.com/detail/w3techs-website-technolog/ijfkmffnodjkcllhmbimamggiobmicmh |
Descrizione | Shows which web technologies the current site is using. |
Dimensione del File | 11.94 KB |
Conteggio Installazioni | 8,835 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-06-22 |
Data di Pubblicazione | 2013-06-22 |
Valutazione | 4.53/5 Totale 17 Valutazioni |
Sviluppatore | https://w3techs.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://w3techs.com/ |
URL della Pagina di Aiuto | http://w3techs.com/blog/entry/website_technology_information_browser_extensions |
Lingue Supportate | 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" ] } |