What CMS is it?
Find out which web technologies a site is built with
What CMS is it? là gì?
What CMS is it? là một tiện ích mở rộng Chrome được phát triển bởi dijidomain, và tính năng chính của nó là "Find out which web technologies a site is built with".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng What CMS is it?
Tải xuống các tệp mở rộng What CMS is it? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | What CMS is it? |
ID | pkcngjbanbdolpoioeonhlopniplhgeo |
URL Chính Thức | https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo |
Mô tả | Find out which web technologies a site is built with |
Kích Thước Tệp | 123 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2023-08-24 |
Ngày Phát Hành | 2023-08-23 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | dijidomain |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://rmvirut.github.io/what-cms/ |
URL Trang Trợ Giúp | https://rmvirut.github.io/what-cms/ |
URL Trang Chính Sách Bảo Mật | https://rmvirut.github.io/what-cms |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |