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
电子邮箱 [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"
        }
    ]
}