I'm a puzzle

Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"

I'm a puzzleとは何ですか?

I'm a puzzleはhttp://im-a-puzzle.comによって開発されたChromeの拡張機能で、その主な機能は「Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"」です。

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

screenshot
screenshot
screenshot
screenshot

I'm a puzzle拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        I'm a puzzle allows you to build and play puzzles out of any image on the Internet. Just right click on a given image in your Browser and select "Puzzle me!".

You can select from the 9 different puzzle modes and 5 difficulty levels. It is mobile-friendly, works on any Chrome version and requires no additional extensions.

I'm a puzzle is totally free and you can even share your custom-built puzzles with your friends.                    

拡張機能の基本情報

名前 I'm a puzzle I'm a puzzle
ID pkfmdnacebbdabkgmadehplhjpciadma
公式URL https://chrome.google.com/webstore/detail/im-a-puzzle/pkfmdnacebbdabkgmadehplhjpciadma
説明 Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"
ファイルサイズ 49.68 KB
インストール数 2,000
現在のバージョン 1.0.1.0
最終更新日 2021-09-09
公開日 2020-05-24
評価 4.46/5 合計 13 レビュー
開発者 http://im-a-puzzle.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://info.im-a-puzzle.com/chrome-extension-faq/
プライバシーポリシーページのURL https://info.im-a-puzzle.com/privacy-policy
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.1.0",
    "default_locale": "en",
    "icons": {
        "48": "icons\/im-a-puzzle-48.png",
        "64": "icons\/im-a-puzzle-64.png",
        "96": "icons\/im-a-puzzle-96.png",
        "128": "icons\/im-a-puzzle-128.png"
    },
    "background": {
        "scripts": [
            "im-a-puzzle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dompurify.1.0.4.min.js",
                "im-a-puzzle-content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "webNavigation",
        "tabs"
    ]
}