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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |