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
官方網址 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"
        }
    ]
}