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
Eメール [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'"
}