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 là gì?

What Is The Theme - WordPress theme detector là một tiện ích mở rộng Chrome được phát triển bởi Amir Ben Daoud, và tính năng chính của nó là "A free tool that allows you to detect the Wordpress theme used on a website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng What Is The Theme - WordPress theme detector

Tải xuống các tệp mở rộng What Is The Theme - WordPress theme detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
URL Chính Thức https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Mô tả A free tool that allows you to detect the Wordpress theme used on a website.
Kích Thước Tệp 39.73 KB
Số Lần Cài Đặt 460
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2022-05-07
Ngày Phát Hành 2018-12-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Amir Ben Daoud
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}