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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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\/"
    ]
}