WordPress Theme Detection - ThemeDetect.com

Find out which theme a WordPress site is using with the help of ThemeDetect.com

WordPress Theme Detection - ThemeDetect.com là gì?

WordPress Theme Detection - ThemeDetect.com là một tiện ích mở rộng Chrome được phát triển bởi https://www.themedetect.com, và tính năng chính của nó là "Find out which theme a WordPress site is using with the help of ThemeDetect.com".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WordPress Theme Detection - ThemeDetect.com

Tải xuống các tệp mở rộng WordPress Theme Detection - ThemeDetect.com 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

                        Easily detect which theme a WordPress site is using. Navigate to any webpage powered by WordPress then open up this extension. Our extension will automatically analyze the webpage and display the name, version, author and other data about the theme being used.                    

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

Tên WordPress Theme Detection - ThemeDetect.com WordPress Theme Detection - ThemeDetect.com
ID ilcmaphgcalflbbkcpdakklbigeifmcm
URL Chính Thức https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm
Mô tả Find out which theme a WordPress site is using with the help of ThemeDetect.com
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 424
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-12-31
Ngày Phát Hành 2018-12-31
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.themedetect.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.themedetect.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress Theme Detection - ThemeDetect.com",
    "description": "Find out which theme a WordPress site is using with the help of ThemeDetect.com",
    "version": "0.1",
    "icons": {
        "38": "img\/icon-38.png",
        "58": "img\/icon-58.png",
        "76": "img\/icon-76.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.themedetect.com\/*",
        "http:\/\/127.0.0.1\/*"
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "Detect WordPress Theme",
        "default_popup": "pages\/index.html",
        "default_icon": {
            "38": "img\/icon-38.png",
            "58": "img\/icon-58.png",
            "76": "img\/icon-76.png"
        }
    }
}