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 là gì?

I'm a puzzle là một tiện ích mở rộng Chrome được phát triển bởi http://im-a-puzzle.com, và tính năng chính của nó là "Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng I'm a puzzle

Tải xuống các tệp mở rộng I'm a puzzle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên I'm a puzzle I'm a puzzle
ID pkfmdnacebbdabkgmadehplhjpciadma
URL Chính Thức https://chrome.google.com/webstore/detail/im-a-puzzle/pkfmdnacebbdabkgmadehplhjpciadma
Mô tả Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"
Kích Thước Tệp 49.68 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.1.0
Cập Nhật Lần Cuối 2021-09-09
Ngày Phát Hành 2020-05-24
Đánh Giá 4.46/5 Tổng số 13 Đánh Giá
Nhà Phát Triển http://im-a-puzzle.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://info.im-a-puzzle.com/chrome-extension-faq/
URL Trang Chính Sách Bảo Mật https://info.im-a-puzzle.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}