WebDataStats — CMS Сhecker
Easy and fast site engine identification.
什么是WebDataStats — CMS Сhecker?
WebDataStats — CMS Сhecker是由https://webdatastats.com开发的Chrome扩展程序,该扩展的主要功能是“Easy and fast site engine identification.”。
扩展截图
下载WebDataStats — CMS Сhecker扩展crx文件
下载WebDataStats — CMS Сhecker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | WebDataStats — CMS Сhecker |
ID | dohmaicfbdhjjhhidjhpcgikpalomncn |
官方URL | https://chromewebstore.google.com/detail/webdatastats-%E2%80%94-cms-%D1%81hecke/dohmaicfbdhjjhhidjhpcgikpalomncn |
简介 | Easy and fast site engine identification. |
文件大小 | 50.82 KB |
安装次数 | 1,087 |
当前版本 | 1.0.0 |
更新时间 | 2020-11-19 |
上架时间 | 2020-07-02 |
评分 | 5.00/5 共5次评分 |
开发者 | https://webdatastats.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://webdatastats.com/ |
支持的语言 | 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\/" ] } |