Gatbsy.js Detector

Extension to detect sites built with Gatsby.js

Gatbsy.js Detectorとは何ですか?

Gatbsy.js Detectorはhttps://sibiraj.devによって開発されたChromeの拡張機能で、その主な機能は「Extension to detect sites built with Gatsby.js」です。

拡張機能のスクリーンショット

screenshot
screenshot

Gatbsy.js Detector拡張機能のCRXファイルをダウンロード

Gatbsy.js Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Detect whether the site you visit is running Gatsby.js                    

拡張機能の基本情報

名前 Gatbsy.js Detector Gatbsy.js Detector
ID ebnangjfmhfioccbaepehadakhiffapm
公式URL https://chromewebstore.google.com/detail/gatbsyjs-detector/ebnangjfmhfioccbaepehadakhiffapm
説明 Extension to detect sites built with Gatsby.js
ファイルサイズ 146 KB
インストール数 298
現在のバージョン 2.0.0
最終更新日 2023-01-09
公開日 2019-02-09
開発者 https://sibiraj.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sibiraj-s/gatsby.js-detector
ヘルプページのURL https://github.com/sibiraj-s/gatsby.js-detector/issues
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Gatbsy.js Detector",
    "short_name": "Gatbsy.js Detector",
    "description": "Extension to detect sites built with Gatsby.js",
    "manifest_version": 3,
    "author": "sibiraj-s",
    "icons": {
        "16": "images\/production\/gatsby-16x16.png",
        "32": "images\/production\/gatsby-32x32.png",
        "48": "images\/production\/gatsby-48x48.png",
        "128": "images\/production\/gatsby-128x128.png",
        "512": "images\/production\/gatsby-512x512.png"
    },
    "action": {
        "default_title": "Gatbsy.js Detector",
        "default_icon": {
            "16": "images\/disabled\/gatsby-16x16.png",
            "32": "images\/disabled\/gatsby-32x32.png",
            "48": "images\/disabled\/gatsby-48x48.png"
        },
        "default_popup": "popups\/disabled.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "gatsbyDetector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline';"
    }
}