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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}