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 - это расширение Chrome, разработанное http://im-a-puzzle.com, и его основная функция - "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

Скачать файл CRX расширения I'm a puzzle

Скачайте файлы расширений 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
Электронная почта [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"
    ]
}