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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amir Ben Daoud และคุณลักษณะหลักของมันคือ "A free tool that allows you to detect the Wordpress theme used on a website."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย What Is The Theme - WordPress theme detector

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}