What Is The Theme - WordPress theme detector

A free tool that allows you to detect the Wordpress theme used on a website.

What Is The Theme - WordPress theme detectorとは何ですか?

What Is The Theme - WordPress theme detectorはAmir Ben Daoudによって開発されたChromeの拡張機能で、その主な機能は「A free tool that allows you to detect the Wordpress theme used on a website.」です。

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

screenshot
screenshot

What Is The Theme - WordPress theme detector拡張機能のCRXファイルをダウンロード

What Is The Theme - WordPress theme detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A free tool that allows you to detect the Wordpress theme used on a website.                    

拡張機能の基本情報

名前 What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
公式URL https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
説明 A free tool that allows you to detect the Wordpress theme used on a website.
ファイルサイズ 39.73 KB
インストール数 460
現在のバージョン 1.2.3
最終更新日 2022-05-07
公開日 2018-12-14
評価 5.00/5 合計 2 レビュー
開発者 Amir Ben Daoud
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "What Is The Theme - WordPress theme detector",
    "version": "1.2.3",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}