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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://info.im-a-puzzle.com/chrome-extension-faq/
عنوان صفحة سياسة الخصوصية 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"
    ]
}