What CMS is it?
Find out which web technologies a site is built with
What CMS is it? क्या है?
What CMS is it? dijidomain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out which web technologies a site is built with"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में What CMS is it? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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? |
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 } } |