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!"

Co to jest I'm a puzzle?

I'm a puzzle to rozszerzenie Chrome opracowane przez http://im-a-puzzle.com, a jego główną funkcją jest „Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia I'm a puzzle

Pobierz pliki rozszerzeń I'm a puzzle w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa I'm a puzzle I'm a puzzle
ID pkfmdnacebbdabkgmadehplhjpciadma
Oficjalny URL https://chrome.google.com/webstore/detail/im-a-puzzle/pkfmdnacebbdabkgmadehplhjpciadma
Opis Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"
Rozmiar pliku 49.68 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0.1.0
Ostatnia Aktualizacja 2021-09-09
Data Publikacji 2020-05-24
Ocena 4.46/5 Łącznie 13 Oceny
Deweloper http://im-a-puzzle.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://info.im-a-puzzle.com/chrome-extension-faq/
Adres URL Strony Polityki Prywatności https://info.im-a-puzzle.com/privacy-policy
Obsługiwane Języki 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"
    ]
}