What CMS is it?

Find out which web technologies a site is built with

Τι είναι το What CMS is it?;

Το What CMS is it? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dijidomain, και η κύρια λειτουργία του είναι "Find out which web technologies a site is built with".

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

screenshot

Λήψη αρχείου CRX της επέκτασης What CMS is it?

Λήψη αρχείων επέκτασης What CMS is it? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        WCMS detects a site's tech stack, primarily CMS software, by calling to the whatcms.org api. For any developer or aspiring web expert whose wondered how sites like Amazon, Home depot etc were built, knowledge of the stack is a huge bonus in gaining more understanding of web technologies.                    

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

Όνομα What CMS is it? What CMS is it?
ID pkcngjbanbdolpoioeonhlopniplhgeo
Επίσημο URL https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo
Περιγραφή Find out which web technologies a site is built with
Μέγεθος Αρχείου 123 KB
Αριθμός Εγκαταστάσεων 83
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2023-08-24
Ημερομηνία Δημοσίευσης 2023-08-23
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής dijidomain
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://rmvirut.github.io/what-cms/
Διεύθυνση URL της Σελίδας Βοήθειας https://rmvirut.github.io/what-cms/
URL της Σελίδας Πολιτικής Απορρήτου https://rmvirut.github.io/what-cms
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "What CMS is it?",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "description": "Find out which web technologies a site is built with",
    "author": "[email protected]",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    }
}