What CMS is it?
Find out which web technologies a site is built with
Cos'è What CMS is it??
What CMS is it? è un'estensione di Chrome sviluppata da dijidomain, e la sua funzione principale è "Find out which web technologies a site is built with".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione What CMS is it?
Scarica i file di estensione What CMS is it? 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
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.
Informazioni di Base sull'Estensione
Nome | What CMS is it? |
ID | pkcngjbanbdolpoioeonhlopniplhgeo |
URL Ufficiale | https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo |
Descrizione | Find out which web technologies a site is built with |
Dimensione del File | 123 KB |
Conteggio Installazioni | 83 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2023-08-24 |
Data di Pubblicazione | 2023-08-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | dijidomain |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://rmvirut.github.io/what-cms/ |
URL della Pagina di Aiuto | https://rmvirut.github.io/what-cms/ |
URL della Pagina della Politica sulla Privacy | https://rmvirut.github.io/what-cms |
Lingue Supportate | 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 } } |