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

O que é I'm a puzzle?

I'm a puzzle é uma extensão do Chrome desenvolvida por http://im-a-puzzle.com, e sua principal característica é "Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão I'm a puzzle

Baixe arquivos de extensão I'm a puzzle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome I'm a puzzle I'm a puzzle
ID pkfmdnacebbdabkgmadehplhjpciadma
URL Oficial https://chrome.google.com/webstore/detail/im-a-puzzle/pkfmdnacebbdabkgmadehplhjpciadma
Descrição Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"
Tamanho do Arquivo 49.68 KB
Contagem de Instalações 2,000
Versão Atual 1.0.1.0
Última Atualização 2021-09-09
Data de Publicação 2020-05-24
Classificação 4.46/5 Total de 13 Avaliações
Desenvolvedor http://im-a-puzzle.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://info.im-a-puzzle.com/chrome-extension-faq/
URL da Página de Política de Privacidade https://info.im-a-puzzle.com/privacy-policy
Idiomas Suportados 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"
    ]
}