Puzzilla Extension

Puzzilla Extension

Puzzilla Extensionとは何ですか?

Puzzilla Extensionはhttps://puzzilla.orgによって開発されたChromeの拡張機能で、その主な機能は「Puzzilla Extension」です。

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

screenshot

Puzzilla Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Puzzilla analyzer extension for Chrome.                    

拡張機能の基本情報

名前 Puzzilla Extension Puzzilla Extension
ID dphcgjeepjiglodmmhbgmebhlmglojhd
公式URL https://chromewebstore.google.com/detail/puzzilla-extension/dphcgjeepjiglodmmhbgmebhlmglojhd
説明 Puzzilla Extension
ファイルサイズ 56.97 KB
インストール数 2,424
現在のバージョン 0.1.22
最終更新日 2020-08-27
公開日 2018-11-30
評価 5.00/5 合計 1 レビュー
開発者 https://puzzilla.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://puzzilla.org
ヘルプページのURL https://puzzilla.org/faq
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Puzzilla Extension",
    "short_name": "Puzzilla Extension",
    "description": "Puzzilla Extension",
    "version": "0.1.22",
    "web_accessible_resources": [
        "manifest.json"
    ],
    "icons": {
        "16": "puzzilla-logo3-16.png",
        "32": "puzzilla-logo3-32.png",
        "48": "puzzilla-logo3-48.png",
        "128": "puzzilla-logo3-128.png"
    },
    "browser_action": {
        "default_icon": "puzzilla-logo3-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/familysearch.org\/search\/linker"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.familysearch.org\/*"
            ],
            "js": [
                "popup.js",
                "jquery-2.1.4.min.js"
            ],
            "all_frames": true
        }
    ]
}