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?

WordPress Theme Detection - ThemeDetect.com是由https://www.themedetect.com开发的Chrome扩展程序,该扩展的主要功能是“Find out which theme a WordPress site is using with the help of ThemeDetect.com”。

扩展截图

screenshot

下载WordPress Theme Detection - ThemeDetect.com扩展crx文件

下载WordPress Theme Detection - ThemeDetect.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 WordPress Theme Detection - ThemeDetect.com WordPress Theme Detection - ThemeDetect.com
ID ilcmaphgcalflbbkcpdakklbigeifmcm
官方URL https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm
简介 Find out which theme a WordPress site is using with the help of ThemeDetect.com
文件大小 144 KB
安装次数 424
当前版本 0.1
更新时间 2018-12-31
上架时间 2018-12-31
评分 1.00/5 共1次评分
开发者 https://www.themedetect.com
付费类型 free
扩展官网 https://www.themedetect.com
支持的语言 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"
        }
    }
}