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
官方網址 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'"
}