Gochyu - Theme Detector

Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…

什么是Gochyu - Theme Detector?

Gochyu - Theme Detector是由https://gochyu.com开发的Chrome扩展程序,该扩展的主要功能是“Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…”。

扩展截图

screenshot

下载Gochyu - Theme Detector扩展crx文件

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

扩展使用说明

                        Ever wonder what theme that site is using? You are in the right place!

The Gochyu theme detector is an extension of the site gochyu.com which aims to detect the themes & plugins of various web platforms, such as: WordPress, Shopify, Drupal, WordPress.com (It's the only detector which realizes the difference between WordPress.com and WordPress.org), Joomla!, Prestashop, Squarespace & Wix.
Aside from the above, Gochyu could also detect many other platforms so you know what platform that site is using.                    

扩展基本信息

名称 Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
官方URL https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
简介 Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
文件大小 419 KB
安装次数 1,514
当前版本 0.3
更新时间 2020-11-29
上架时间 2019-08-11
评分 5.00/5 共5次评分
开发者 https://gochyu.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gochyu.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gochyu - Theme Detector",
    "short_name": "Gochyu",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}