W3Techs Website Technology Information

Shows which web technologies the current site is using.

Τι είναι το W3Techs Website Technology Information;

Το W3Techs Website Technology Information είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://w3techs.com, και η κύρια λειτουργία του είναι "Shows which web technologies the current site is using.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης W3Techs Website Technology Information

Λήψη αρχείων επέκτασης W3Techs Website Technology Information σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα W3Techs Website Technology Information W3Techs Website Technology Information
ID ijfkmffnodjkcllhmbimamggiobmicmh
Επίσημο URL https://chromewebstore.google.com/detail/w3techs-website-technolog/ijfkmffnodjkcllhmbimamggiobmicmh
Περιγραφή Shows which web technologies the current site is using.
Μέγεθος Αρχείου 11.94 KB
Αριθμός Εγκαταστάσεων 8,835
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2013-06-22
Ημερομηνία Δημοσίευσης 2013-06-22
Αξιολόγηση 4.53/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://w3techs.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://w3techs.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://w3techs.com/blog/entry/website_technology_information_browser_extensions
Υποστηριζόμενες Γλώσσες 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"
    ]
}