W3Techs Website Technology Information
Shows which web technologies the current site is using.
Wat is W3Techs Website Technology Information?
W3Techs Website Technology Information is een Chrome-extensie ontwikkeld door https://w3techs.com, en de belangrijkste functie is "Shows which web technologies the current site is using.".
Extensie Screenshots
Download het CRX-bestand van de extensie W3Techs Website Technology Information
Download W3Techs Website Technology Information-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | W3Techs Website Technology Information |
ID | ijfkmffnodjkcllhmbimamggiobmicmh |
Officiële URL | https://chromewebstore.google.com/detail/w3techs-website-technolog/ijfkmffnodjkcllhmbimamggiobmicmh |
Beschrijving | Shows which web technologies the current site is using. |
Bestandsgrootte | 11.94 KB |
Aantal Installaties | 8,835 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-06-22 |
Publicatiedatum | 2013-06-22 |
Beoordeling | 4.53/5 Totaal 17 Beoordelingen |
Ontwikkelaar | https://w3techs.com |
Betalingswijze | free |
Extensiewebsite | http://w3techs.com/ |
Help Pagina-URL | http://w3techs.com/blog/entry/website_technology_information_browser_extensions |
Ondersteunde Talen | 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" ] } |