W3Techs Website Technology Information
Shows which web technologies the current site is using.
Qu'est-ce que W3Techs Website Technology Information ?
W3Techs Website Technology Information est une extension Chrome développée par https://w3techs.com, et sa fonction principale est "Shows which web technologies the current site is using.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension W3Techs Website Technology Information
Téléchargez les fichiers d'extension W3Techs Website Technology Information au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | W3Techs Website Technology Information |
ID | ijfkmffnodjkcllhmbimamggiobmicmh |
URL Officiel | https://chromewebstore.google.com/detail/w3techs-website-technolog/ijfkmffnodjkcllhmbimamggiobmicmh |
Description | Shows which web technologies the current site is using. |
Taille du Fichier | 11.94 KB |
Nombre d'Installations | 8,835 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2013-06-22 |
Date de Publication | 2013-06-22 |
Évaluation | 4.53/5 Total 17 Évaluations |
Développeur | https://w3techs.com |
Type de Paiement | free |
Site Web de l'Extension | http://w3techs.com/ |
URL de la Page d'Aide | http://w3techs.com/blog/entry/website_technology_information_browser_extensions |
Langues Prises en Charge | 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" ] } |