WebDataStats — CMS Сhecker
Easy and fast site engine identification.
WebDataStats — CMS Сhecker là gì?
WebDataStats — CMS Сhecker là một tiện ích mở rộng Chrome được phát triển bởi https://webdatastats.com, và tính năng chính của nó là "Easy and fast site engine identification.".
Ả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 WebDataStats — CMS Сhecker
Tải xuống các tệp mở rộng WebDataStats — CMS Сhecker 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
Find out what engine a site is built with straight from your Google Chrome toolbar. A WebDataStats extension will help you detect the site CMS. How it works: 1. Enter a website. 2. Click on the WebDataStats icon on the toolbar. 3. Wait for the result. 4. Click on the CMS name to visit its official site. 5. The result will be kept until the site is refreshed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebDataStats — CMS Сhecker |
ID | dohmaicfbdhjjhhidjhpcgikpalomncn |
URL Chính Thức | https://chromewebstore.google.com/detail/webdatastats-%E2%80%94-cms-%D1%81hecke/dohmaicfbdhjjhhidjhpcgikpalomncn |
Mô tả | Easy and fast site engine identification. |
Kích Thước Tệp | 50.82 KB |
Số Lần Cài Đặt | 1,087 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-11-19 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://webdatastats.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webdatastats.com/ |
Ngôn Ngữ Được Hỗ Trợ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebDataStats \u2014 CMS \u0421hecker", "version": "1.0.0", "description": "Easy and fast site engine identification.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "WebDataStats \u2014 CMS \u0421hecker", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "popup.html" }, "author": "[email protected]", "homepage_url": "https:\/\/webdatastats.com", "permissions": [ "storage", "tabs", "https:\/\/webdatastats.com\/" ] } |